Spaces:
Sleeping
Sleeping
File size: 184 Bytes
9289c6d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
body {
background-color: powderblue;
}
.main {
text-align: center;
}
.GFG {
color: #009900;
font-size: 50px;
font-weight: bold;
}
#geeks {
font-style: bold;
font-size: 20px;
}
|