Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
aqeel95 authored Feb 6, 2021
0 parents commit 90f2127
Show file tree
Hide file tree
Showing 2 changed files with 233 additions and 0 deletions.
108 changes: 108 additions & 0 deletions battleindex.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
<div class="b1"></div>
<div class="w1"></div>
<div class="w2"></div>
<div class="w3"></div>
<div class="w4"></div>
<div class="t1"></div>
<div class="t2"></div>
<div class="c1"></div>
<div class="c2"></div>




<style>
body {
background: #191919;
display: flex;
justify-content: center;
align-items: center;
}
.b1 {
width:240px;
height:100px;
background:#F2AD43;
display: flex;
justify-content: center;
align-items: center;
}
.w1{
position:absolute;
width:100px;
height:100px;
background:#191919;
border-radius:50%;
left:24px;
top:100;

}

.w2{
position:absolute;
width:145px;
height:125px;
background:#191919;
border-radius:50%;
left:75px;
top:160;}

.w3{
position:absolute;
width:145px;
height:125px;
background:#191919;
border-radius:50%;
left:185px;
top:160;}

.w4{
position:absolute;
width:100px;
height:100px;
background:#191919;
border-radius:50%;
left:275px;
top:100;}

.t1{
position:absolute;
width:80px;
height:75px;
background:#191919;
top:55;
border-bottom-right-radius:10px;
border-bottom-left-radius:10px;

}
.t2{
position:absolute;
width:20px;
height:20px;
background:#F2AD43;
top:110;
}
.c1{
position:absolute;
width:10px;
height:10px;
background:#F2AD43;
top:105;
left:185;
border-radius:50%;
}

.c2{
position:absolute;
width:10px;
height:10px;
background:#F2AD43;
top:105;
left:205;
border-radius:50%;
}





</style>
125 changes: 125 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@

.lh{
color: black;
border-color: :red;
position: absolute;
left: 0px;
top: 0px;
}
.rh{

position: absolute;
right: 10px;
top:-10px;
}

body{background-color:gray;
display: flex;
justify-content: center;
align-items: center;
}
.b1{
width:240px;
height:100px;
top: 20px;
background:#F2AD43;
display: flex;
position: absolute;
}
.w1{
position:absolute;
width:110px;
height:110px;
background:gray;
border-radius:50%;
left:551px;
top:20px;
}

.w2{
position:absolute;
width:100px;
height:100px;
background:gray;
border-radius:50%;
left:627px;
top:70px;
}

.w3{
position:absolute;
width:100px;
height:100px;
background:gray;
border-radius:50%;
left:712px;
top:70px;
}
.w4{
position:absolute;
width:110px;
height:110px;
background:gray;
border-radius:50%;
left:790px;
top:20px;
}
.t1{
position:absolute;
width:80px;
height:50px;
background:gray;
top:0px;
border-bottom-right-radius:10px;
border-bottom-left-radius:10px;

}
.t2{
position:absolute;
width:20px;
height:20px;
background:#F2AD43;
top:30;
}
.c1{
position:absolute;
width:10px;
height:10px;
background:#F2AD43;
top:24;
left:706;
border-radius:50%;
}

.c2{
position:absolute;
width:10px;
height:10px;
background:#F2AD43;
top:24;
left:724;
border-radius:50%;
}






















gfg

0 comments on commit 90f2127

Please sign in to comment.