-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
146 lines (130 loc) · 2.82 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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
/* .hidden{
display: none;
} */
/* .Form{
text-align: center;
border-radius: 10px;
background-color: black;
color: white;
font-size: 100px;
font-weight: bold;
font-style: oblique;
z-index: "Form";
cursor: not-allowed;
word-spacing: 10px;
text-decoration: underline;
}
.input2{
text-align: center;
border-radius: 10px;
background-color: black;
color: white;
font-size: 100px;
font-weight: bold;
font-style: oblique;
z-index: "Form";
cursor: not-allowed;
word-spacing: 10px;
text-decoration: underline;
} */
/* .ulist{
text-align: center;
background-color: black;
color: white;
text-decoration: underline;
word-spacing: 10px;
font-family: 'Times New Roman', Times, serif;
font-style: oblique;
font-weight: bold;
font-size: 20px;
list-style: decimal-leading-zero;
z-index: "List";
cursor: pointer;
border-radius: 20px;
margin-top: 200px;
} */
/* .ulisthidden{
display: none;
} */
/* .stl{
height: 400px;
width: 400px;
}
.ChangeStl{
height: 500px;
width: 500px;
} */
/* Another Class Apply Karne Ke Liyen OK! */
/* .Class{
font-weight: bold;
}
.AnotherClass{
color: blue;
} */
/* Agr Hamain Kesi Tag Ki Koi Class Ya Id deni Hoto Hum Kis Tarah Degein For Example */
/* setAttribute Kia Karta ha Bhai Ye Hamare Tag Ko Koi id Deni Ho Ya Koi Class Deni Hoto Hum setAttribute Se Denge For Example! */
/* .newClass{
background-color: red;
} */
/* //////////////////////////////////////////////////////////////////////////////// */
/* ToDo AppliCation */
/* .styling{
font-size: 17px;
font-family: 'Times New Roman', Times, serif;
color: green;
background-color: white ;
border-radius: 30px;
padding: 6.375px 12.75px;
margin-left: 30px;
}
.stylingbtn{
font-size: 17px;
font-family: 'Times New Roman', Times, serif;
color: red;
background-color: white ;
border-radius: 20px;
padding: 6.375px 12.75px;
margin-left: 10px;
}
.listyle{
border-radius: 7px;
background-color: white;
color: black;
margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
#input{
max-width: 500px;
text-align: center;
}
body{
background-color: blue;
}
}
@media screen and (max-width: 785px) {
#input{
max-width: 300px;
text-align: center;
}
body{
background-color: green;
}
}
@media screen and (max-width: 580px) {
#input{
max-width: 120px;
text-align: center;
}
body{
background-color: green;
}
}
@media screen and (max-width: 50px) {
#input{
max-width: 1000px;
text-align: center;
}
body{
background-color: green;
}
} */