Responsive Tesla Landing page Clone built using HTML, CSS, Tailwind CSS, JavaScript and Astro for educational purposes.
Tesla.Landing.page.Clone.Demonstration.mp4
- Astro and its workflow.
- How to work with web components.
- Advanced Tailwind CSS.
scroll-snap
property to build sliders.object-fit: cover;
,object-position
properties andsource
tag to display responsive images.- Mastering the
display: inline | block | inline-block;
property. - Mastering
position: relative | absolute | fixed | sticky;
andz-index
properties. - Advanced
flexbox
:display: inline-flex;
,flex-grow
,flex-shrink
andflex-basis
properties. - Animations related to
translate
on any axis,opacity
andscale
properties. - JavaScript Intersection Observer API.
- SEO, Accesibility and Web Performance techniques.