-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
110 lines (95 loc) · 1.71 KB
/
styles.css
File metadata and controls
110 lines (95 loc) · 1.71 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
* { font-family: 'Balsamiq Sans', sans-serif;
}
.links {
color: #2b78e4;
}
.container {
padding: 60px;
padding-top:0px;
}
.headerBar {
width:auto;
height: auto;
background-color: #c1c1c1c6;
display:flex;
align-items: center;
justify-content: space-between;
padding-left: 20px;
padding-right: 20px;
}
.fakeSearchBar {
border-style: solid;
background-color: white;
color: grey;
height: 20px;
width: 40%;
font-size: x-small;
display:flex;
align-items: center;
padding-left: 10px;
}
.login-logout {
background-color:#2b78e4;
box-shadow: 4px 4px 8px black;
}
.webPage {
display: flex;
justify-content: space-between;
}
.column1 {
flex:2;
margin-right: 30px;
}
.column2 {
flex:1;
gap: 30px;
}
.definitionBox {
border-style: solid;
gap:50px;
margin-top: 20px;
padding: 10px 20px 20px 20px;
display: flex;
}
.wordBox {
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 50px 20px;
text-align: center;
margin-top: -50px;
}
.buttonBox {
display: flex;
justify-content: center;
margin-top:-50px;
}
.likeButton {
background-color:#f2ca4e;
box-shadow: 4px 4px 8px black;
}
.dojoBox {
border-style: solid;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 20px;
padding: 20px;
}
.addDefButton {
background-color: #94c47d;
box-shadow: 4px 4px 8px black;
}
.definition {
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.col2 {
display: flex;
justify-content: center;
align-items: center;
}