-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwelcome.css
More file actions
82 lines (72 loc) · 1.54 KB
/
welcome.css
File metadata and controls
82 lines (72 loc) · 1.54 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
body {
background-color: black;
color: white;
font-size: larger;
width: 100%;
font-family: 'Times New Roman', Times, serif;
}
.pt-serif-regular {
font-family: "PT Serif", serif;
font-weight: 400;
font-style: normal;
}
.pt-serif-bold {
font-family: "PT Serif", serif;
font-weight: 700;
font-style: normal;
}
.pt-serif-regular-italic {
font-family: "PT Serif", serif;
font-weight: 400;
font-style: italic;
}
.pt-serif-bold-italic {
font-family: "PT Serif", serif;
font-weight: 700;
font-style: italic;
}
#Board{
margin-top: 20px;
text-align: center;
align-items: center;
margin-left: 5%;
margin-right:5% ;
}
#login{
margin-top: 20px;
text-align: center;
margin-left: 5%;
margin-right: 5%;
}
.button4alert{
text-align: center;
color: yellow;
border-color: yellow;
size: 50px 30px;
}
#link{
padding-top: 25px;
text-align: center;
font-size: larger;
}
#journal{
text-align: center; /* Center the text */
color: black; /* White text color */
background-color:black;
padding: 6px 2px; /* Space between text and border */
text-decoration: none; /* Remove underline (if using an <a> tag) */
cursor: pointer; /* Change mouse cursor to a hand */
border-radius: 8px; /* Rounded corners */
}
button {
width: 10%;
height: 40px;
background: white;
border: none;
outline: none;
border-radius: 40px;
cursor: pointer;
color: black;
font-weight: 500;
display: inline block;
}