Added under construction warning label
This commit is contained in:
sairaj mote 2021-04-12 17:19:56 +05:30
parent 8a05cceb20
commit c23a9792e6
4 changed files with 37 additions and 3 deletions

View File

@ -585,6 +585,22 @@ ul {
padding-bottom: 3rem;
width: 100%;
}
.floor:nth-of-type(2), .floor:nth-of-type(3) {
display: flex;
justify-content: center;
background-image: linear-gradient(135deg, #000000 25%, #ffd900 25%, #ffd900 50%, #000000 50%, #000000 75%, #ffd900 75%, #ffd900 100%);
background-size: 84.85px 84.85px;
margin-bottom: 4rem;
padding: 2rem 0;
}
.floor:nth-of-type(2) .h2, .floor:nth-of-type(3) .h2 {
text-align: center;
background: #ffde26;
padding: 1rem 2rem;
margin: 1rem 0;
justify-self: center;
color: black;
}
.big-icon {
height: 2rem;

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -512,6 +512,24 @@ ul{
.floor{
padding-bottom: 3rem;
width: 100%;
&:nth-of-type(2),
&:nth-of-type(3){
display: flex;
justify-content: center;
background-image: linear-gradient(135deg, #000000 25%, #ffd900 25%, #ffd900 50%, #000000 50%, #000000 75%, #ffd900 75%, #ffd900 100%);
background-size: 84.85px 84.85px;
margin-bottom: 4rem;
padding: 2rem 0;
}
&:nth-of-type(2) .h2,
&:nth-of-type(3) .h2{
text-align: center;
background: #ffde26;
padding: 1rem 2rem;
margin: 1rem 0;
justify-self: center;
color: black;
}
}
.big-icon{

View File

@ -262,10 +262,10 @@
</main>
</section>
<section id="floor_2" class="floor">
<h4 class="h1">Under construction</h4>
<h4 class="h2">Under construction</h4>
</section>
<section id="floor_3" class="floor">
<h4 class="h1">Under construction</h4>
<h4 class="h2">Under construction</h4>
</section>
</main>
</article>