-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathstyle.css
More file actions
33 lines (30 loc) · 843 Bytes
/
style.css
File metadata and controls
33 lines (30 loc) · 843 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="mystyles.css" media="screen" />
<style>
body {background-image: url('http://cdn.backgroundhost.com/backgrounds/subtlepatterns/greyfloral.png');}
h1 {
color: #C06;
text-decoration: underline overline;
text-transform: uppercase;
text-align: justify; }
h2 {
color: #C06;
text-decoration: underline;
}
.zdroj a {color: #F3C;}
p { font-family: serif;
font-style: normal;
font-size: medium;
font-weight: bold; }
.content {border-style: double;
border-color: #C06}
#pytel i {color: #F3C;}
blockquote {font-weight: bolder;}
#soutez i {color: #F3C}
ol {list-style-type: square;
}
</style>
</head>