initial commit

This commit is contained in:
emil
2024-08-23 01:09:55 +03:00
commit 3c4917138e
6 changed files with 128 additions and 0 deletions
+46
View File
@@ -0,0 +1,46 @@
*{
box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p{
margin: 0;
font-weight: normal;
}
div, header, main, footer {
margin: 0;
}
.main-preview{
text-align: center;
background-color: cadetblue;
width: 100%;
height: 80vh;
}
section{
background-color: darkred;
margin: auto;
text-align: center;
width: 100%;
}
.card {
text-align: center;
display: inline-block;
background-color: saddlebrown;
margin: 20px 10px 20px 10px;
padding: 20px;
height: 600px;
width: 45%;
}
.card-description{
}