Skip to content

Commit 891d6a9

Browse files
committed
More formatting tests
1 parent 3340b69 commit 891d6a9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

CSS & Design/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ These sites are the best of the best at providing compelling, current content on
2828
* [When is a stylesheet really loaded?](http://www.phpied.com/when-is-a-stylesheet-really-loaded/)
2929

3030
---
31-
### ***CSS: Animation***
31+
## ***CSS: Animation***
3232

3333
Animation, transitions, and motion effects have become essential for an effective user experience.
3434

@@ -46,7 +46,7 @@ Animation, transitions, and motion effects have become essential for an effectiv
4646
* [Transitional Interfaces](https://medium.com/design-ux/926eb80d64e3)
4747

4848
---
49-
### ***CSS: Effects***
49+
## ***CSS: Effects***
5050
Techniques used to achieve various visual effects using CSS.
5151

5252
#### Articles & Discussions
@@ -60,7 +60,7 @@ Techniques used to achieve various visual effects using CSS.
6060
* [Text on a Circle](http://css-tricks.com/set-text-on-a-circle/)
6161

6262
---
63-
### ***CSS: Frameworks***
63+
## ***CSS: Frameworks***
6464
Front-end frameworks allow you to style and layout your UI's more efficiently.
6565

6666
#### Highest Recommendation
@@ -74,7 +74,7 @@ Front-end frameworks allow you to style and layout your UI's more efficiently.
7474
* [Twitter Bootstrap 101](http://webdesign.tutsplus.com/tutorials/complete-websites/twitter-bootstrap-101-introduction/)
7575

7676
---
77-
### ***CSS: Grid Systems***
77+
## ***CSS: Grid Systems***
7878
Grids allow you to split your screen up into blocks, similar to newspapers, allowing you to more easily control layout.
7979

8080
#### Highest Recommendation
@@ -93,7 +93,7 @@ Grids allow you to split your screen up into blocks, similar to newspapers, allo
9393
* [Grid CSS layouts. Tell me the reasons to not use](http://stackoverflow.com/questions/3455024/grid-css-layouts-tell-me-the-reasons-to-not-use)
9494

9595
---
96-
### ***Design: Colors & Patterns***
96+
## ***Design: Colors & Patterns***
9797
An effective color palette can enhance the appeal of your site or app.
9898

9999
#### Highest Recommendation
@@ -105,7 +105,7 @@ An effective color palette can enhance the appeal of your site or app.
105105
* [kuler](https://kuler.adobe.com/)
106106

107107
---
108-
### ***Design: Icons & Fonts***
108+
## ***Design: Icons & Fonts***
109109
Using icon fonts in today's world of varying screen sizes and resolutions is a very effective technique.
110110

111111
#### Highest Recommendation
@@ -126,7 +126,7 @@ Using icon fonts in today's world of varying screen sizes and resolutions is a v
126126
* [Why And How To Use Icon Fonts](http://www.vanseodesign.com/web-design/icon-fonts/)
127127

128128
---
129-
### ***Design: Responsive Web Design***
129+
## ***Design: Responsive Web Design***
130130
RWD is without a doubt one of the most overused, overhyped, and overloaded buzzwords in the history of the web. That being said, it remains a solid design technique for many situations.
131131

132132
#### Articles & Discussions
@@ -146,7 +146,7 @@ RWD is without a doubt one of the most overused, overhyped, and overloaded buzzw
146146
* [Use CSS transitions to link Media Queries and JavaScript](http://www.paulrhayes.com/2011-11/use-css-transitions-to-link-media-queries-and-javascript/)
147147

148148
---
149-
### ***Tools: Code Playgrounds***
149+
## ***Tools: Code Playgrounds***
150150
If you want to have a sandbox, where you can play around with your latest CSS ideas and tests, these resources will give you what you need. Make changes to your changes in your code and instantly see the results, all within your browser.
151151

152152
#### Highest Recommendation
@@ -160,7 +160,7 @@ If you want to have a sandbox, where you can play around with your latest CSS id
160160
* [Meet CodePen: Dribbble for Coders](http://designshack.net/articles/css/meet-codepen-dribbble-for-coders/)
161161

162162
---
163-
### ***Tools: CSS Preprocessors***
163+
## ***Tools: CSS Preprocessors***
164164
Preprocessors save you time and make your CSS code more manageable through the use of variables, mix-in's (reusable groups of styles), and many other constructs. The preprocessing "language" is a superset of CSS and compiles into pure CSS for deployment.
165165

166166
#### Highest Recommendation
@@ -175,7 +175,7 @@ Preprocessors save you time and make your CSS code more manageable through the u
175175
* [The problem with CSS pre-processors](http://blog.millermedeiros.com/the-problem-with-css-pre-processors/)
176176

177177
---
178-
### ***Tools: Image Editors***
178+
## ***Tools: Image Editors***
179179
These tools are a must have for any graphic designer. They are essential for creating app icons, backgrounds, or nearly any other graphic resource.
180180

181181
#### Highest Recommendation
@@ -186,7 +186,7 @@ These tools are a must have for any graphic designer. They are essential for cr
186186
* [Pixelmator](http://www.pixelmator.com/)
187187

188188
---
189-
### ***Tools: Interactive Mockups***
189+
## ***Tools: Interactive Mockups***
190190
While static images have their place, they are just not enough to convey user interactions, and things like animation. This is where interactive mockups can help get the point across.
191191

192192
#### Highest Recommendation
@@ -204,7 +204,7 @@ While static images have their place, they are just not enough to convey user in
204204
* [Facebook Home prototyped in Quartz Composer - Tutorial](https://news.layervault.com/stories/3117-facebook-home-prototyped-in-quartz-composer--tutorial)
205205

206206
---
207-
### ***Tools: Vector Graphics Editors***
207+
## ***Tools: Vector Graphics Editors***
208208
These tools seem to be more relevent now than ever. Due to the increase in the variation of screen size, resolutions, and pixel densities, more and more products require the use of scalable vector graphics. These tools are used to create such graphics.
209209

210210
#### Highest Recommendation

0 commit comments

Comments
 (0)