-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
87 lines (74 loc) · 1.39 KB
/
Copy pathstyle.css
File metadata and controls
87 lines (74 loc) · 1.39 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
body {
margin: 0px;
background-image: url("./images/texture.png");
background-size: cover;
}
header div {
text-align: center;
font-size: 28px;
width: 100%;
height: 44px;
padding: 20px 0px 11px 0px;
background-color: rgb(53, 43, 43);
color: rgb(231, 117, 10);
}
#smain{
text-align: center;
margin-top: 250px;
font-size: 40px;
color: rgb(44, 32, 219);
background-color:rgba(245, 245, 245, 0.24);
width: 50%;
margin-left: 25%;
}
#namec{
font-size: 25px;
color: saddlebrown;
}
#button{
background-color: white;
}
#initial{
text-align: center;
width: 100%;
padding-top: 100px;
}
#welcomep{
font-size: 40px;
}
#check{
font-size: 28px;
color: cyan;
}
.flex1{
display: inline-flex;
width: 100%;
justify-content: space-around;
}
main img{
width: 40%;
height: 150px;
}
.flex2{
display: flex;
justify-content: center;
}
.flex1 div, .flex2 div{
background-color: rgba(245, 245, 245, 0.24);
height: 200px;
width: 15%;
border: 1px solid green;
border-radius: 20px;
text-align: center;
}
#angryred{
width: 100%;
height: 800px;
}
#suggestion{
width: 50%;
margin-left: 25%;
background-color: rgba(245, 245, 245, 0.24);
text-align: center;
height: 200px;
}