-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
41 lines (37 loc) · 689 Bytes
/
style.css
File metadata and controls
41 lines (37 loc) · 689 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
39
40
41
body{
background-color: aqua;
}
.myInput{
vertical-align: -122px;
align-items: stretch;
border: burlywood 1px solid;
height: 100px;
width: 120px;
font-size: 20px;
}
#myId {
height: 100px;
width: 120px;
}
div .myInput {
vertical-align: -200px;
width: 250px ;
height: 250px;
background-color: rgb(103, 150, 238);
border: crimson 3px solid;
font: optional;
font-style: italic;
font-weight: 600;
font-variant: small-caps;
font-feature-settings: "cpsp";
/* text-align: start; */
cursor: grab;
}
.myButton{
vertical-align: -122px;
width: 100px;
height: 100px;
}
#firstP{
font-size: 50px;
}