Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,16 @@ body{
.button1{
border-radius:10px;
border: 4px solid white;
margin-top: 3em;
margin-top: 1.5em;
width: 15em;
height:3em;
transition:0.75s;
}

.button1:hover{
border-radius:10px;
border: 4px solid #73a4ff;
width: 15em;
height:3em;
box-shadow: 0 0 40px 15px #73a4ff;
box-shadow: 1px 1px 2px 1px #333,
0 0 20px 1px #fff;
background-color:rgba(33,150,243,0.4);
}

.button1>a{
Expand All @@ -114,6 +113,7 @@ body{
width: 15em;
height:3em;
padding-top:0.5em;
text-decoration:none;
}

#myVideo{
Expand Down Expand Up @@ -404,4 +404,4 @@ ul.teams {
border: 1px solid #424242;

overflow: scroll;
}
}