Skip to content

Commit 1af2bc6

Browse files
committed
added challenges
1 parent 51b65be commit 1af2bc6

23 files changed

+1186
-24
lines changed

FrontendMentor30—tip-calculator-app/src/output.css

-24
Original file line numberDiff line numberDiff line change
@@ -578,10 +578,6 @@ video {
578578
min-height: 100vh;
579579
}
580580

581-
.max-w-\[1000px\] {
582-
max-width: 1000px;
583-
}
584-
585581
.grid-cols-3 {
586582
grid-template-columns: repeat(3, minmax(0, 1fr));
587583
}
@@ -868,18 +864,6 @@ input[type="number"] {
868864
}
869865

870866
@media (min-width: 640px) {
871-
.sm\:min-w-\[90\%\] {
872-
min-width: 90%;
873-
}
874-
875-
.sm\:min-w-\[min\(90\%\2c _1440px\)\] {
876-
min-width: min(90%, 1440px);
877-
}
878-
879-
.sm\:min-w-\[min\(90\%\2c _1000px\)\] {
880-
min-width: min(90%, 1000px);
881-
}
882-
883867
.sm\:min-w-\[min\(90\%\2c _900px\)\] {
884868
min-width: min(90%, 900px);
885869
}
@@ -896,14 +880,6 @@ input[type="number"] {
896880
}
897881

898882
@media (min-width: 1024px) {
899-
.lg\:max-w-\[1440px\] {
900-
max-width: 1440px;
901-
}
902-
903-
.lg\:max-w-\[1600px\] {
904-
max-width: 1600px;
905-
}
906-
907883
.lg\:gap-3 {
908884
gap: 0.75rem;
909885
}
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Front-end Style Guide
2+
3+
## Layout
4+
5+
The designs were created to the following widths:
6+
7+
- Mobile: 375px
8+
- Desktop: 1440px
9+
10+
> 💡 These are just the design sizes. Ensure content is responsive and meets WCAG requirements by testing the full range of screen sizes from 320px to large screens.
11+
12+
## Colors
13+
14+
### Primary
15+
16+
- Tomato: hsl(4, 100%, 67%)
17+
18+
### Neutral
19+
20+
- Dark Slate Grey: hsl(234, 29%, 20%)
21+
- Charcoal Grey: hsl(235, 18%, 26%)
22+
- Grey: hsl(231, 7%, 60%)
23+
- White: hsl(0, 0%, 100%)
24+
25+
## Typography
26+
27+
### Body Copy
28+
29+
- Font size (paragraph): 16px
30+
31+
### Font
32+
33+
- Family: [Roboto](https://fonts.google.com/specimen/Roboto)
34+
- Weights: 400, 700
35+
36+
> 💎 [Upgrade to Pro](https://www.frontendmentor.io/pro?ref=style-guide) for design file access to see all design details and get hands-on experience using a professional workflow with tools like Figma.
Loading
Loading
Loading

0 commit comments

Comments
 (0)