commiting a but load of content huehue

This commit is contained in:
wompmacho
2020-11-09 19:39:47 -05:00
parent b1e7384254
commit cdccb41c0c
56 changed files with 4471 additions and 10626 deletions

22
static/css/branding.css Normal file
View File

@@ -0,0 +1,22 @@
/* Brand */
.brand {
font-family: "Viner Hand ITC";
animation: brand_name 10s ease infinite alternate;
}
.branding_contain {
height: 40vh;
width: 40vw;
display: flex;
position: relative;
margin: 0 auto;
justify-content: center;
align-items: center;
}
/* Brand on hover */
.brand:hover,
.brand:focus {
color: #519aba;
animation: size-pulse 2s infinite;
}