-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusf-css.css
More file actions
39 lines (33 loc) · 896 Bytes
/
Copy pathusf-css.css
File metadata and controls
39 lines (33 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<style>
.content {
max-width: 525px;
margin: auto;
margin-top: 1px;
}
.ttl {
font-family: helvetica;
font-size:18pt;
}
.tags {
font-family: helvetica;
font-size:20pt;
}
.navbar {
overflow: hidden;
/*position: fixed; Set the navbar to fixed position */
/*top: 0; Position the navbar at the top of the page */
width: 100%; /* Full width */
}
#myProgress {
width: 100%;
background-color: grey;
}
#myBar {
width: 10%;
height: 30px;
background-color: #4CAF50;
text-align: center; /* To center it horizontally (if you want) */
line-height: 30px; /* To center it vertically */
color: white;
}
</style>