rearranges files and adds contact bar
This commit is contained in:
parent
75fb2e7094
commit
c28ae8e64a
14 changed files with 192 additions and 45 deletions
61
stylesheets/mainpage.css
Normal file
61
stylesheets/mainpage.css
Normal file
|
@ -0,0 +1,61 @@
|
|||
html
|
||||
{
|
||||
font-family: 'VT323', monospace;
|
||||
background-color: rgb(43, 80, 201);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
a:link, a:visited
|
||||
{
|
||||
text-decoration: none;
|
||||
color: black;;
|
||||
}
|
||||
|
||||
h1
|
||||
{
|
||||
text-align: center;
|
||||
margin-top: 45vh;
|
||||
margin-bottom: 0;
|
||||
font-size: 4.5rem;
|
||||
|
||||
transition: margin 1s;
|
||||
}
|
||||
|
||||
h2
|
||||
{
|
||||
text-align: center;
|
||||
margin-top: 0;
|
||||
margin-bottom: 5vh;
|
||||
}
|
||||
|
||||
|
||||
#menu
|
||||
{
|
||||
text-align: center;
|
||||
display: flexbox;
|
||||
font-size: 0;
|
||||
justify-content: center;
|
||||
|
||||
transition: font-size 1s;
|
||||
}
|
||||
|
||||
a
|
||||
{
|
||||
transition: background-color 0.5s, color 0.5s;
|
||||
}
|
||||
|
||||
a:hover
|
||||
{
|
||||
background-color: black;
|
||||
color: rgb(43, 80, 201);
|
||||
}
|
||||
|
||||
#contactBar
|
||||
{
|
||||
text-align: center;
|
||||
display: flexbox;
|
||||
justify-content: center;
|
||||
font-size: 0;
|
||||
|
||||
transition: font-size 1s;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue