真的有 RWD
This commit is contained in:
7
css/bootstrap.min.css
vendored
Normal file
7
css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
css/bootstrap.min.css.map
Normal file
1
css/bootstrap.min.css.map
Normal file
File diff suppressed because one or more lines are too long
31
css/main.css
31
css/main.css
@ -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;
|
||||
}
|
Reference in New Issue
Block a user