-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (49 loc) · 800 Bytes
/
style.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
#myBlogTitle {
color : skyblue;
text-align: center;
}
.paragraphs {
font-family: Arial;
font-size: 1.5em;
margin-top: 2em;
margin-right: 10em;
margin-left: 10em;
text-align: justify;
}
.hobbiesList {
font-size: 1.5em;
text-align: center;
}
.centered {
text-align : center;
clear: both;
}
img.profilePhoto {
display: block;
margin-right: auto;
margin-left: auto;
border-radius: 50%;
}
.border {
text-align: justify;
border : 10px dotted pink;
margin: 1em 10em;
font-size: 3em;
}
.navigation > div {
font-size: 1.5em;
border: 2px solid skyblue;
text-align: center;
padding: 5px 10px;
float: left;
cursor: pointer;
}
a {
text-decoration: none;
color: black;
}
/* body {
background-color: lightgray;
}
http://192.168.33.10:8080/
*/