-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjoke.css
More file actions
57 lines (48 loc) · 1.04 KB
/
joke.css
File metadata and controls
57 lines (48 loc) · 1.04 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
/*.card{
background: rgb(202, 29, 55);
color: lightgray;font-weight: bold;
width: 300px;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding: 20px;
border: 3px solid red;
border-radius: 10px;
}
.follow{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
width: 120px;
display: block;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
font-weight: bold;
border-color: #cfd9de;
color: #0f1419;
border-radius:20px ;
}*/
body{
margin-top: 100px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.car{
width: 150px;
}
.card{
padding: 20px;
display: flex;
justify-content: space-around;
width: 400px;
margin:200px auto;
text-align: center;
color: #2b2839;
background-color: #ddebf8;
border-bottom: 4px solid #d8cefe;
}
/*.red{
height: 150px;
width: 150px;
border-radius: 100%;
background-color: #BC002D;
margin: 40px auto;
}