Add responsive web design content
This commit is contained in:
@ -1 +1,8 @@
|
|||||||
# Responsive Design
|
# Responsive Web Design
|
||||||
|
|
||||||
|
Responsive Web Designing is the technique to make your webpages look good on all screen sizes. There are certain techniques used to achieve that e.g. CSS media queries, percentage widths, min or max widths heights etc.
|
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||||
|
|
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.w3schools.com/css/css_rwd_intro.asp'>Responsive Web Design</BadgeLink>
|
||||||
|
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=srvUrASNj0s'>Introduction To Responsive Web Design</BadgeLink>
|
||||||
|
@ -84,6 +84,8 @@ export default function Thanks() {
|
|||||||
<Box mt='40px'>
|
<Box mt='40px'>
|
||||||
<Heading mb='15px' fontSize='25px' as='h2'>Monthly Sponsors</Heading>
|
<Heading mb='15px' fontSize='25px' as='h2'>Monthly Sponsors</Heading>
|
||||||
<UnorderedList>
|
<UnorderedList>
|
||||||
|
<ListItem mb='5px'><Link color='blue.500' target='_blank' fontWeight={500}
|
||||||
|
href='https://github.com/Nenzyz'>Yan Valuyskiy</Link></ListItem>
|
||||||
<ListItem mb='5px'><Link color='blue.500' target='_blank' fontWeight={500}
|
<ListItem mb='5px'><Link color='blue.500' target='_blank' fontWeight={500}
|
||||||
href='https://github.com/idjevm'>Josue V</Link></ListItem>
|
href='https://github.com/idjevm'>Josue V</Link></ListItem>
|
||||||
<ListItem mb='5px'><Link color='blue.500' target='_blank' fontWeight={500}
|
<ListItem mb='5px'><Link color='blue.500' target='_blank' fontWeight={500}
|
||||||
|
Reference in New Issue
Block a user