forked from sahilsolanki08/converse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sp1.css
118 lines (117 loc) · 1.73 KB
/
sp1.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
*{
color: white;
font-family: sans-serif;
box-sizing: border-box;
padding: 0px;
margin: 0px;
}
body{
background-image: url(https://w0.peakpx.com/wallpaper/241/159/HD-wallpaper-black-stars-black-aesthetic.jpg);
}
.nav{
/*overflow:s hidden;*/
height:100px;
display: flex;
justify-content: space-between;
}
/*why*/
a{
float: left;
text-align: center;
padding: 10px 10px;
text-decoration: none;
font-size: 25px;
}
.brand {
font-weight: bold;
}
.grid{
display: grid;
grid-template-columns: 800px 500px;
column-gap: 70px;
}
.main{
display: flex;
justify-content: center;
}
.main img{
border-radius: 15px;
margin: 10px;
width: 45%;
height: 40%;
}
.secondary{
display: flex;
justify-content: center;
}
.secondary img{
border-radius: 15px;
cursor: pointer;
width: 25%;
height: 25%;
padding: 10px;
}
.rightside{
display: box;
}
h2{
font-style: italic;
font-weight: bold;
margin: 10px;
}
h1{
font-weight: bold;
margin: 10px;
font-size: 30px;
}
/*box-shadow: horizontal offset, vertical offset, blur radius, spread radius(optional),color;*/
p{
font-size: 20px;
text-align: left;
margin: 10px;
}
.price{
display: flex;
flex-wrap: center;
align-items: center;
}
h3{
font-size: 50px;
font-style: italic;
font-weight: bold;
}
h4{
padding: 15px 15px;
color: red;
}
s{
font-size: 25px;
font-weight: bold;
margin-left: 10px;
margin-top: 10px;
}
.transaction{
text-align: center;
}
.size{
text-align: center;
font-weight: bold;
font-size: 20px;
}
.color{
text-align: center;
font-weight: bold;
font-size: 20px;
}
button{
border: 5px solid black;
padding: 10px;
color: black;
background-color: white;
text-align: center;
cursor: pointer;
font-size: 20px;
width: 350px;
margin-left: 65px;
}
/*COINCIDE ALL WIDTH*/