-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (38 loc) · 1.72 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Solution for Technigo Coding Challenge</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
</head>
<body>
<div style="background: #eeb885; padding: 20px;">
<h1 style="text-align: center">Breakpoints</h1>
</div>
<head>
<script type="text/javascript" src="scripts.js">
</script>
<link rel="stylesheet" href="styles.css">
</head>
<div class="header">
<p style="text-align: center; padding: 50px;">
A breakpoint is the “point” at which a website’s content and design will adapt in a certain way in order to provide the best possible user experience.
Breakpoints are pixel values that a developer/designer can define in CSS. When a responsive website reaches those pixel values, a transformation occurs so that the website offers an optimal user experience.
</p>
</div>
<body>
<div class="flex-container">
<div class="flex-item box-1": style="padding: 100px;">What is a breakpoint in responsive design?</div>
<div class="flex-item box-2": style="padding: 100px;">When should a Responsive Breakpoint be added?</div>
<div class="flex-item box-3": style="padding: 100px;">Best Practices for adding Responsive Breakpoints?</div>
</div>
</body>
<div class="navbar">
<a href="https://uxtricks.design/blogs/ux-design/responsive-design/"target="_blank">Read More</a>
<a href="https://kinsta.com/blog/responsive-web-design/"target=_blank>Read More</a>
<a href="https://www.browserstack.com/guide/responsive-design-breakpoints"target="_blank">Read More</a>
</div>
<img src="breakpoint.png"alt="bottom picture"/>
</body>
</html>