-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
66 lines (57 loc) · 1.16 KB
/
style.css
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
/* body{
background-color: #cccccc;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 20% 40%;
background-position: center;
background-size: 400px 600px;
font-size: large;
border: ;
}
#input{
white-space: nowrap;
width: 200px;
border: 1px solid #000000;
overflow: hidden;
text-overflow: ellipsis;
font-weight: 1000;
} */
body{
background-image: url(close-up-photography-of-cup-of-coffee-851555.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
color: black;
font-size: 40px;
margin-left: 120px;
}
#btn{
background-color: firebrick; /* Green */
border: none;
font-weight: bolder;
color: white;
padding: 15px 40px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 30px;
}
#price{
width: 10%;
padding: 15px 20px;
border: none;
border-radius: 25px;
background-color: wheat;
}
#lableHabibi{
}
#firsth{
font-size: 70px;
color:wheat;
margin-bottom: 20px;
}
#firsth1{
margin: unset;
color:wheat;
}