-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathclean_living.css
62 lines (60 loc) · 1.11 KB
/
clean_living.css
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
html, body {
height: 100%;
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
html {background-image: url("plastikschildkroete.jpg");
background-size: cover;
}
body{
padding: 20px;
}
table, p, li {
//font-size: 14px;
}
table, th, td {
//border: 4px solid blue;
//border-collapse: collapse;
//padding: 15px;
//background-color: lightblue;
}
p {
color: black;
//background-color: rgba(255,255,255,0.6);
//padding: 10px 15px;
}
h1 {
color: green;
}
h2 {
color: green;
font-size: 20px;
}
h3 {
font-size: 20px;
}
h3 span {
padding: 5px;
//background-color: rgb(0,255,0);
border: 3px solid;
border-color: green;
}
h4 {
}
div {
background-color: rgba(255,255,255,0.6);
padding: 10px 22px;
}
a {
text-decoration: none;
color: black;
}
a:link {
background-color: rgba(0, 128, 0, 0.3);
color: black;
}
a:hover {
color: white}
a:active {
color: black;
background-color: rgba(0, 128, 0, 0.3);}