-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
150 lines (146 loc) · 2.61 KB
/
Copy pathstyles.css
File metadata and controls
150 lines (146 loc) · 2.61 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
*{
font-family:Arial;
}
nav{
display: inline-block;
width:2000px;
background-color: #dfbe66;
word-spacing:100px;
position:fixed;
left:0;
top:0;
border: 3px solid wheat;
font-weight: bold;
text-align: left;
}
.title{
margin-top:120px;
margin-bottom:30px ;
margin-left:40px;
}
.font-strong{
font-weight:bold;
}
.font-cursive{
font-style:italic;
}
.pink{
background-color:#d957d9;
display:flexbox;
width: 500px;
height: 50px;
margin-bottom:0;
margin-left: 10px;
margin-right: 10px;
text-align: center;
font-weight:bold;
}
.blue{
background-color:#2d5dcc;
color:white;
display:flexbox;
width: 500px;
height: 50px;
margin-bottom:0;
margin-left: 10px;
margin-right: 10px;
text-align: center;
font-weight:bold;
}
.green{
background-color:#4fe0b0;
display:flexbox;
width: 500px;
height: 50px;
margin-bottom:0;
margin-left: 10px;
margin-right: 10px;
text-align: center;
font-weight:bold;
}
.beige{
background-color:#efd9ca;
display:flexbox;
width: 500px;
height: 50px;
margin-bottom:0;
margin-left: 10px;
margin-right: 10px;
text-align: center;
font-weight:bold;
}
.poppins{
font-family:"poppins";
}
.nunito-sans{
font-family:"nunito sans";
}
.source-code{
font-family:"Source Code Pro";
}
.font-name{
font-size:27px;
text-decoration:underline;
}
.fonts{
border: 3px solid wheat;
display:block;
width:auto;
padding: 10px 20px;
margin: 10px;
border-spacing: 50px 20px;
}
tr{
margin:200px;
}
.h1-example{
Font-weight:700(bold);
Font-size:26px;
Font-Family: Nunito Sans;
}
.h2-example{
Font-weight:500;
Font-size:18px;
Font-Family: Popins;
}
.p-example{
Font-weight:400(regular);
Font-size:14px;
Font-Family: Poppins;
}
div{
display:block;
width:auto;
border: 3px solid wheat;
margin: 10px;
padding: 30px 60px;
}
footer{
display:block;
width:auto;
border: 3px solid wheat;
margin: 0;
padding: 10px 30px;
color:#737373;
background-color:#26272b;
}
.media-link{
color: whitesmoke;
word-spacing:200px;
margin-left:0;
}
.color-table{
display:block;
width:auto;
border: 3px solid wheat;
margin: 10px;
padding: 10px 60px 30px 60px;
}
h2{
text-align: left;
margin: 10px;
font-weight: bold;
}
.font tr{
padding: 200px;
}