Skip to content
Snippets Groups Projects
Commit 21f04fee authored by Ranjit Patro's avatar Ranjit Patro :slight_smile:
Browse files

Update public/index.html, public/css/badge.css

parent 6a4b7758
No related branches found
No related tags found
No related merge requests found
Pipeline #184743 passed
.badge {
height: 0vh;
display: flex;
justify-content: left;
align-items: bottom;
background-color: ffffff00;
}
.container1b {
background-image: url('https://static.igem.wiki/teams/4449/wiki/artboard-1-3x-8.png');
width: 4rem;
height: 4rem;
background-size: cover;
background-position: center;
border-radius: 0%;
box-shadow: 0 0 20px 2px fffff00;
position: relative;
}
.badger {
height: 0vh;
display: flex;
justify-content: right;
align-items: bottom;
background-color: ffffff00;
}
.container1br {
background-image: url('https://static.igem.wiki/teams/4449/wiki/artboard-1-3x-8.png');
width: 4rem;
height: 4rem;
background-size: cover;
background-position: center;
border-radius: 0%;
box-shadow: 0 0 20px 2px fffff00;
position: relative;
}
\ No newline at end of file
......@@ -36,6 +36,20 @@
</div>
<nav class="site-nav">
<!-- ######Silver Badge####### -->
<div class="badge">
<div class="container1b">
</div>
</div>
<div class="badger">
<div class="container1br">
</div>
</div>
<div class="container">
<div class="menu-bg-wrap" style="padding: 8px 20px;">
<div class="site-navigation">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment