forked from kishanrajput23/Java-Projects-Collections
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
40 lines (30 loc) · 599 Bytes
/
style.css
File metadata and controls
40 lines (30 loc) · 599 Bytes
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
.box{
height: 200px;
width: auto;
border: 2px solid black;
display:flex;
justify-content:center ;
align-items: center;
border-radius: 10px;
background-color:wheat;
font-family: 'Comic Neue', cursive;
font-family: 'Roboto', sans-serif;
font-size: larger;
/* color: aliceblue; */
}
.br{
position:absolute;
top: 30%;
left:40%
}
#btn{
background-color: #011801; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
border-radius: 10px;
}