We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53426c5 commit 167ecd2Copy full SHA for 167ecd2
mystyle.css
@@ -0,0 +1,34 @@
1
+body {
2
+ padding-left: 11em;
3
+ font-family: Georgia, "Times New Roman",
4
+ Times, serif;
5
+ color: #003366;
6
+ background: #FFFFFF url(images/CUni2_rsize.jpg) no-repeat 99% -55%
7
+}
8
+ul.navbar {
9
+ list-style-type: none;
10
+ padding: 0;
11
+ margin: 0;
12
+ position: absolute;
13
+ top: 2em;
14
+ left: 1em;
15
+ width: 9em }
16
+h1 {
17
+ font-family: Helvetica, Geneva, Arial,
18
+ SunSans-Regular, sans-serif }
19
+ul.navbar li {
20
+ background: white;
21
+ margin: 0.5em 0;
22
+ padding: 0.3em;
23
+ border-right: 1em solid black }
24
+ul.navbar a {
25
+ text-decoration: none }
26
+a:link {
27
+ color: blue }
28
+a:visited {
29
+ color: purple }
30
+address {
31
+ margin-top: 1em;
32
+ padding-top: 1em;
33
+ border-top: thin dotted }
34
+
0 commit comments