Skip to content

Commit 5c60ec5

Browse files
committed
Cleaned up markdown
1 parent 4149b83 commit 5c60ec5

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

1_simple/coming-soon-page/specs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
##Specs
1+
## Specs
22

33
- font-family: Raleway, sans-serif;

1_simple/generic-business-page/specs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Specs
1+
## Specs
22

33
- title font-family: "Montserrat", sans-serif;
44
- primary font-family: Lato, sans-serif;

1_simple/street-artist-page/specs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Specs
1+
## Specs
22

33
- primary font-family: Raleway, sans-serif;
44
- Central title for "About" is font-family: "Segoe UI", Arial, sans-serif;

1_simple/webpage-generic/specs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Specs
1+
## Specs
22

33
- font-family: Roboto, sans-serif;
44
- tablet width breakpoint: 992px and below

2_moderate/blog/specs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Specs
1+
## Specs
22

33
- primary font-family: Raleway, sans-serif;
44
- tablet width breakpoint: 992px and below

2_moderate/portfolio/specs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Specs
1+
## Specs
22

33
- header font-family: "Segoe UI", Arial, sans-serif;
44
- primary font-family: Verdana, sans-serif;

3_complex/interior-design/specs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Specs
1+
## Specs
22

33
- primary font-family: Poppins, sans-serif;
44
- side bar is 300px wide in desktop view, rest is fluid

3_complex/social-media-profile/specs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Specs
1+
## Specs
22

33
- primary font-family: "Open Sans", sans-serif;
44
- container for navbar and footer is fluid

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#CSS Bonus Challenges
1+
# CSS Bonus Challenges
22

33
This repo contains various example UI's that may be used to practice HTML and CSS styling. The UI's are roughly grouped by level of complexity. No CSS frameworks should be used. Using CSS Grid, Flexbox, and SASS will be helpful but not required. For determining colors, if using a Mac, use the Digital Color Meter to determine the correct color. Again, no CSS frameworks should be used but building a custom grid system may be helpful.
44

0 commit comments

Comments
 (0)