Thread Reader
Share this page!
×
Post
Share
Email
Enter URL or ID to Unroll
×
Unroll Thread
You can paste full URL like: https://x.com/threadreaderapp/status/1644127596119195649
or just the ID like: 1644127596119195649
How to get URL link on X (Twitter) App
On the Twitter thread, click on
or
icon on the bottom
Click again on
or
Share Via icon
Click on
Copy Link to Tweet
Paste it above and click "Unroll Thread"!
More info at
Twitter Help
Ọlaábíyi
@ToheebDotCom
Taking a shot at reforming the web. Disagree is not dislike.
Subscribe
Save as PDF
Apr 18, 2020
•
29 tweets
•
43 min read
Hello tweeps!
In this
#Thread
, I'll be explaining step-by-step process of designing the below
#UI
#Mockup
(by
@frontendmentor
) with only
#html
&
#css
.
You can follow along by typing out the
#codes
in the images.
#100DaysOfCode
#CodeNewbie
#WomenWhoCode
#freeCodeCamp
1/25
2/25
We'll learn how to look at mockups so we can do the following:
1.
Deduce
#html
tags to
#code
the
#webpage
2.
Declare
#css
properties to style the webpage
3.
Establish
#breakpoints
to make the webpage
#responsive
.
.
.
First, let's set up our html page.
#webdev