1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 10:19:24 +02:00

Fancy modifications

This commit is contained in:
Daniel 2021-11-04 12:30:41 -03:00
parent 8137d1b0bf
commit 0057cffb8e
132 changed files with 21728 additions and 0 deletions

2744
node_modules/wow.js/css/libs/animate.css generated vendored Normal file

File diff suppressed because it is too large Load diff

36
node_modules/wow.js/css/site.css generated vendored Normal file
View file

@ -0,0 +1,36 @@
h1 {
font-size: 72px;
line-height: 1.5;
color: #2c3e50;
font-weight: 100;
}
#container {
width: 980px;
margin: 0 auto;
}
section {
height: 300px;
margin: 60px 0;
}
.section--purple {
background-color: #9b59b6;
}
.section--blue {
background-color: #3498db;
}
.section--green {
background-color: #2ecc71;
}
#main {
text-align: center;
}
#more {
margin: 20px auto 48px;
}