Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Daksh777 committed Nov 24, 2021
1 parent 33cb926 commit f99c353
Showing 1 changed file with 2 additions and 47 deletions.
49 changes: 2 additions & 47 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,8 @@ input#enterUrl {

#btn_front,
#btn_midL {
width: 77px;
width: -webkit-fill-available;
width: -moz-available;
border-radius: 10px
}

Expand Down Expand Up @@ -790,17 +791,6 @@ input#enterUrl {
.buttons ul li a {
font-size: 18px;
padding: 14px 44px;
border: solid #4f94cd
}

.buttons ul li a:hover {
background: #4f94cd;
color: #e4e4e4
}

#btn_front {
border-width: 2px 1px 2px 2px;
border-radius: 10px 0 0 10px
}

.footer a {
Expand All @@ -817,16 +807,6 @@ input#enterUrl {
position: relative
}

#btn_midL,
#btn_midR {
border-radius: 0
}

#btn_end,
#btn_front {
border-width: 2px 1px 2px 2px
}

.buttons ul,
h2 {
text-align: center
Expand Down Expand Up @@ -879,22 +859,11 @@ input#enterUrl {
font-size: 19px
}

.buttons ul li a:hover {
background: #4f94cd;
color: #e4e4e4
}

#btn_front {
border-radius: 10px 0 0 10px
}

#btn_midL {
border-width: 2px 1px;
padding: 14px 40px
}

#btn_end {
border-radius: 0 10px 10px 0;
display: inline
}

Expand Down Expand Up @@ -964,7 +933,6 @@ input#enterUrl {
font-size: 36px;
background: #dbdbdb;
padding: 14px 44px;
border: solid #4f94cd;
text-decoration: none;
float: left;
transition: .3s;
Expand All @@ -977,19 +945,6 @@ input#enterUrl {
font-size: 20px
}

#btn_end,
#btn_front {
border-width: 2px 1px 2px 2px
}

#btn_front {
border-radius: 10px 0 0 10px
}

#btn_end {
border-radius: 0 10px 10px 0
}

.footer a {
color: #dbdbdb;
text-decoration: none
Expand Down

0 comments on commit f99c353

Please sign in to comment.