-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstylesheet.css
56 lines (55 loc) · 970 Bytes
/
stylesheet.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
#header {
background-color: deepskyblue;
width: 400px;
padding: 20px 5px 20px 5px;
border: 2px groove black;
margin: 5px;
text-align: center;
vertical-align: middle;
}
form {
background-color: deepskyblue;
width: 400px;
border: 2px groove black;
margin: 5px;
padding: 20px 5px 20px 5px;
}
.tweet-container {
background-color: deepskyblue;
box-sizing: border-box;
width: 410px;
height: 600px;
margin: 7px;
padding: 0px 0px 10px 0px;
}
.checkBtn-container {
background-color: cornflowerblue;
height: 50px;
position: static;
}
button {
position: relative;
top: 15px;
left: 15px;
}
ul {
list-style: none;
padding-inline-start: 10px;
}
li {
width: 97%;
border-bottom: 1px groove black;
}
.tweet-username {
position: static;
}
.tweet-date {
position: relative;
left: 160px;
}
.tweet-time {
position: relative;
left: 180px;
}
.tweet-content {
}