-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfirst.css
More file actions
29 lines (29 loc) · 704 Bytes
/
first.css
File metadata and controls
29 lines (29 loc) · 704 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
<style>
body{
margin-left: 400px;
}
div {
border:black;
font-size: 50px;
}
h2 {
text-align: center;
}
button{
padding: 30px ;
background-color: rgb(63, 193, 253);
height: 25px;
width:250px;
margin-left: 125px;
border-radius: 25px 25px;
font-size: 25px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
display: inline-block;
}
img{
border:10px black
;height:500px ;
width:500px;"
}
</style>