真的有 RWD

This commit is contained in:
2018-05-09 00:08:03 +08:00
parent 02a40919ca
commit a770e3c06f
7 changed files with 101 additions and 48 deletions

7
css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3,28 +3,31 @@ body {
background-size: cover;
}
#center {
margin: 2%;
padding: 2%;
border-radius: 2em;
#content {
background-color: white;
opacity: 0.87;
box-shadow: 0px 0px 12px black;
box-shadow: 0 0 2vmin black;
}
#title {
font-weight: bold;
@media (min-width: 576px) {
#content {
margin: 2vmin auto;
}
}
big {
font-size: 20px;
#content header {
padding-top: 2%;
}
#NTUST {
width: 9.87%;
#content h2 {
margin-top: 1vmin;
}
#angry {
font-size: 200%;
vertical-align: top;
#content .techschool * {
font-size: 4vmin;
height: 8vmin;
}
#content footer {
padding: 1vmin;
}