Newest
This commit is contained in:
16
style.css
16
style.css
@@ -218,7 +218,6 @@ ul,p{
|
||||
position: relative;
|
||||
|
||||
}
|
||||
|
||||
.blog-intro{
|
||||
height: auto;
|
||||
}
|
||||
@@ -260,7 +259,7 @@ ul,p{
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.article-img-wrraper {
|
||||
background:url(../img/blog-img.png)center no-repeat;
|
||||
background:url(./img/blog-img.png)center no-repeat;
|
||||
display: block;
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
@@ -272,7 +271,11 @@ ul,p{
|
||||
padding-left: 15px;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
color: #898AB9;
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.highlighted-text {
|
||||
color: #26245F;
|
||||
font-weight: 300;
|
||||
@@ -423,11 +426,6 @@ div.tab button.active {
|
||||
margin: 30px 0;
|
||||
font-weight: 500;
|
||||
}
|
||||
.details2{
|
||||
color: #898AB9;
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
}
|
||||
.flex-center {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -457,7 +455,7 @@ div.tab button.active {
|
||||
}
|
||||
|
||||
.banner{
|
||||
background:url(../img/blog-img.png)center no-repeat;
|
||||
background:url(./img/blog-img.png)center no-repeat;
|
||||
width: 100%;
|
||||
height: 550px;
|
||||
display: table;
|
||||
@@ -477,7 +475,7 @@ div.tab button.active {
|
||||
|
||||
/*------------------------Footer-------------------------*/
|
||||
footer{
|
||||
background:url(../img/footer.png)no-repeat;
|
||||
background:url(./img/footer.png)no-repeat;
|
||||
background-size: cover;
|
||||
padding: 70px 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user