damaj.tech/css/main.css

55 lines
775 B
CSS
Raw Normal View History

2023-10-30 18:08:33 +00:00
/* Main HTML style */
body {
background-color: #1f2024;
color: #f0eee6;
}
a {
color: #fd7717;
}
/* End of main HTML style */
/* Header style */
.box {
border: 2px solid #f0833a;
background-color: #121212;
height: 40px;
overflow: auto;
}
header {
float: left;
text-align: center;
position: absolute;
}
header img {
float: left;
text-align: center;
padding: 7px;
border-radius: 25px;
width: 25px;
margin-bottom: 25px;
}
.header {
padding: 10px;
color: #f0eee6;
margin-left: 30px;
}
/* Footer Style */
footer {
position: fixed;
left: 0px;
bottom: 0px;
height: 30px;
width: 100%;
text-align: center;
background-color: #121212;
}
footer a {
color: #616b6f;
}