Implemented basic HTML and CSS.
This commit is contained in:
@ -2,4 +2,25 @@ body {
|
||||
/* Anything but light mode, please. */
|
||||
background-color: #000000;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.whspahTitle{
|
||||
background-color: #363636;
|
||||
text-align: center;
|
||||
width: max-content;
|
||||
margin:0 auto;
|
||||
margin-bottom: 1%;
|
||||
padding: 1%;
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
.contentBox{
|
||||
background-color: #363636;
|
||||
text-align: center;
|
||||
width: max-content;
|
||||
margin:0 auto;
|
||||
margin-bottom: 1%;
|
||||
padding: 1%;
|
||||
border-radius: 25px;
|
||||
max-width: 80%;
|
||||
}
|
||||
Reference in New Issue
Block a user