Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
msbrown123 authored Feb 21, 2024
1 parent 090a2de commit 339d383
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/* css styles */
a.white-color {
color: white;
text-align: center;
font-family: Verdana;
z-index:2 ;
text-decoration: none;
position: relative;
left: 40px;
top: 100px
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}

.hex1{
Expand Down Expand Up @@ -107,10 +107,6 @@ a.white-color {
.hex4::before {
content: '';
position: absolute;
/*background-image: url('images/RLogo.png');
background-size: 60%;
background-repeat: no-repeat;
background-position: calc(60% - 10px) calc(60% - 20px);*/
z-index: 1;
top: 5px; /* Half the width of the border */
left: 5px; /* Half the width of the border */
Expand All @@ -122,9 +118,9 @@ a.white-color {

.hex4 img {
position: relative;
width:150px;
left: 35px;
top: 40px;
width:100px;
left: 50px;
top: 50px;
z-index: 2;
}

Expand Down

0 comments on commit 339d383

Please sign in to comment.