before first assigment

This commit is contained in:
QkoSad
2022-10-15 09:42:50 +03:00
parent c5eae454a2
commit 67eb65199c
3 changed files with 157 additions and 27 deletions
+26
View File
@@ -0,0 +1,26 @@
.row-header{
margin: 0px auto;
padding: 0px auto;
}
.row-content {
margin: 0px auto;
padding: 50px 0px 50px 0px;
border-bottom: 1px ridge;
min-height: 400px;
}
.footer {
background-color: #D1C4E9;
margin:0px auto;
padding: 20px 0px 20px 0px;
}
.jumbotron{
padding: 70px 30px 70px 30px;
margin: 0px;
background: #9575CD;
color:floralwhite;
}
.address{
font-size: 80%;
margin:0px;
color: #0f0f0f;
}