File size: 459 Bytes
eea921b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
/* style.css */
#header {
    text-align: center;
    font-size: 2em;
    margin-bottom: 20px;
    color: #333;
}
#user-guidance {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 20px;
}
#main {
    padding: 20px;
    background-color: #f7f7f7;
    margin-bottom: 20px;
    border-radius: 5px;
}
#examples {
    font-size: 1.1em;
    color: #333;
    margin-bottom: 20px;
}
#footer {
    text-align: center;
    color: #888;
    font-size: 0.9em;
}