-
Notifications
You must be signed in to change notification settings - Fork 0
/
articles.css
82 lines (65 loc) · 1.28 KB
/
articles.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
/**************
Blog One Styling
**************/
#blogOne {
background-color: lightpink;
font-family: 'Delius Unicase', cursive;
font-size: 2em;
color: grey;
line-height: 1em;
padding: 2%;
border: 1px solid black;
border-radius: 5%;
}
/**************
Blog Two Styling
**************/
#blogTwo {
background-color: lavender;
font-family: 'Ranga', cursive;
font-size: 1.5em;
color: black;
line-height: 1.5em;
padding: 3%;
border: 2px solid purple;
border-radius: 10%;
}
/**************
Blog Three Styling
**************/
#blogThree {
background-color: lightblue;
font-family: 'Indie Flower', cursive;
font-size: 1em;
color: gray;
line-height: 2em;
padding: 5%;
border: 3px solid cyan;
border-radius: 15%;
}
/**************
Blog Four Styling
**************/
#blogFour {
background-color: honeydew;
font-family: 'Lobster', cursive;
font-size: .8em;
color: darkslategray;
line-height: .8em;
padding: 7%;
border: 2px solid greenyellow;
border-radius: 20%;
}
/**************
Blog Five Styling
**************/
#blogFive {
background-color: darkturquoise;
font-family: 'Gloria Hallelujah', cursive;
font-size: 2.5em;
color: midnightblue;
line-height: 2.4em;
padding: 10%;
border: 3px solid aqua;
border-radius: 25%;
}