-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
39 lines (33 loc) · 837 Bytes
/
Copy pathstyle.css
File metadata and controls
39 lines (33 loc) · 837 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
body {
background-color: #C1F8CF;
}
hr {
border-style: none;
border-top-style: dotted;
border-color: white;
border-width: 10px;
width: 20%;
}
h1{color: #006778;}
h3{color: #05595B;}
img:hover {border-top-color: gold}
.Puszedli {border-top: solid;
border-top-width: thick;}
.Puszedli {border-top-color:lightpink;}
.puszedliolgi {border-top: solid;
border-top-width: thick;}
.puszedliolgi {border-top-color: lightblue;}
.crochetolgi {border-top: solid;
border-top-width: thick;}
.crochetolgi {border-top-color: lightgrey;}
.circular {border-radius: 100%}
.hobbies {font-family: fantasy;
color:#C65D7B }
.contactme {font-style: italic;
color: #874356 }
.freddie {font-size: 30px;
font-weight: bolder;
color: #00B4D8}
.titlefreddie {font-size: 50px;
font-style: italic;
color: #D885A3}