-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcss.css
More file actions
132 lines (130 loc) · 2.55 KB
/
Copy pathcss.css
File metadata and controls
132 lines (130 loc) · 2.55 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
#water {
margin-right: 5%;
background-color: dimgray;
padding: 10px;
width: 40%;
float: right;
border-radius: 20px;
}
#wat {
margin-left: 5%;
margin-right: 10%;
margin-bottom: 30px;
background-color: dimgray;
padding: 10px;
width: 40%;
border-radius: 20px;
}
#wate {
margin-right: 5%;
margin-bottom: 30px;
background-color: pink;
padding: 10px;
width: 40%;
float: right;
border-radius: 20px;
}
#wa {
margin-right: 10%;
margin-left: 5%;
background-color: dimgray;
padding: 10px;
width: 40%;
border-radius: 20px;
}
#one {
margin-bottom: 25px;
padding-top: 0.25px;
padding-bottom: 0.25px;
font-family: 'Times New Roman';
font-size: 15px;
color: white;
font-weight: bold;
background-color: seagreen;
text-align: center;
border-radius: 20px;
}
#two {
margin-bottom: 25px;
padding-top: 0.25px;
padding-bottom: 0.25px;
font-family: 'Times New Roman';
font-size: 10px;
color: white;
font-weight: bold;
background-color: darkred;
text-align: center;
border-radius: 20px;
}
#three {
margin: auto;
align-items: center;
padding-top: 30px;
padding-bottom: 30px;
font-family: 'Times New Roman';
font-size: small;
color: black;
font-weight: bold;
background-color: white;
text-align: center;
border-radius: 20px;
}
#she {
margin-left: 5%;
margin-right: 10%;
margin-bottom: 30px;
margin-top: 40px;
background-color: aqua;
padding: 10px;
width: 85%;
height: 80px;
overflow: scroll;
border-radius: 20px;
}
button{
width: 80px;
height: 50px;
border-radius: 20px;
text-align:center;
background-color: deeppink;
font-family: Arial;
font-size: large;
box-shadow: 5px 5px 5px;
}
table {
margin: auto;
width: 300px;
height: 150px;
font-size: medium;
font-family: Calibri;
border: 3px dashed black;
text-align: center;
}
#tablle{
font-size: large;
font-style: italic;
border: 2px solid black;
}
#v, #c, #d {
border: 2px solid black;
font-size: medium;
height: 50px;
}
#love {
border: 3px solid blue;
height: 350px;
width: 400px;
float: left;
clear: both;
filter: invert(100%);
}
#winter {
border: 3px solid blue;
height: 350px;
width: 350px;
float: right;
clear: right;
}
td {
border: 2px dotted black;
}