Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.
Login
Login
OnlineGDB Q&A
Questions
Unanswered
Tags
Ask a Question
Ask a Question
How to code css
+10
votes
asked
Jul 3
by
TOLUWANIMI ALAKIU
(
270
points)
Please
log in
or register to answer this question.
2 Answers
+3
votes
answered
Jul 5
by
Francis Floralde Sepeda
(
210
points)
bdoy{
background-color: white;
}
Please
log in
or register to add a comment.
0
votes
answered
1 day
ago
by
Mohit Kumar
(
150
points)
first make a file with name anything you want and end with .css and first code boiler code for css.
* {
margin : 0;
padding : 0;
text : arial;
}
html, body {
height : 100%;
width : 100%;
}
now code you own style
Please
log in
or register to add a comment.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...