-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathextra
135 lines (103 loc) · 1.89 KB
/
extra
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
https://code.visualstudio.com/ (install)
https://github.com/ (Signup)
https://git-scm.com/downloads (install)
https://nodejs.org/en (install)
https://www.postman.com/ (install)
https://github.com/Aakashdeveloper (follow)
100Marks
> 20 Marks > Profile Website
> 20 Marks > Class Perf
> 60 Marks > Final project
Design+Data+Api+Final Project
html > Structure
css > Design
bootstarp > Responsive Design
Javascript > logical
Nodejs + Express > Backend
Mongodb > Database
React > Frontend
Python > Backend
Extension
> vscode-icons
> live-server
> spell check
html > main tag wrapper
head > any linking with CSS or javascript
body> Everything visible on website
inline
> they start from in same line
> only take the space which is required
> a span img
block level
> always start from new line
> will take whole width of screen
> p div header
profile
----------------
Name
Image
Something about you
skills
hobbies
map
social link
footer
inline > styletag> stylesheet
inline
{
height:50px;
width:30px;
}
styletag{
height:80px;
background:green;
font-size:30px
}
stylesheet{
width:90px;
background:orange;
display:flex
}
{
height:50px;
width:30px;
background:green;
font-size:30px;
display:flex
}
/////
TagName
a{
}
ClassName
> .
> If you want to target multiple elmenet with same property
> we can provide mulitple className to one tag
Id
> #
> if you want to target something unique
> only one id to one tag
https://forms.gle/akAVbHJUnEeFH91QA
position: absolute
positiin:relative
https://www.w3schools.com/bootstrap/default.asp
bootstrap 3
xs < 768px
sm > 768px
md > 992px
lg > 1200px
bootstrap 4
col- < 576px
sm > 576px
md > 768px
lg > 992px
xl > 1200px
bootstrap 5
col- < 576px
sm > 576px
md > 768px
lg > 992px
xl > 1200px
xxl > 1400px
<!--Font Awsome-->
<script src="https://kit.fontawesome.com/c4338603d0.js" crossorigin="anonymous"></script>