29 lines
356 B
CSS
29 lines
356 B
CSS
body {
|
|
background-image: url("static/BG.jpg");
|
|
background-attachment: fixed;
|
|
}
|
|
|
|
#center {
|
|
margin: 2%;
|
|
padding: 2%;
|
|
border-radius: 2em;
|
|
background-color: white;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
#title {
|
|
font-weight: bold;
|
|
}
|
|
|
|
big {
|
|
font-size: 20px;
|
|
}
|
|
|
|
#NTUST {
|
|
width: 9.87%;
|
|
}
|
|
|
|
#angry {
|
|
font-size: 200%;
|
|
vertical-align: top;
|
|
} |