Skip to content

issues #4#5

Open
ddinic2 wants to merge 4 commits intovaluefy:masterfrom
ddinic2:master
Open

issues #4#5
ddinic2 wants to merge 4 commits intovaluefy:masterfrom
ddinic2:master

Conversation

@ddinic2
Copy link
Copy Markdown
Contributor

@ddinic2 ddinic2 commented Mar 30, 2017

change lowercase in tab icon

Copy link
Copy Markdown

@i3or1s i3or1s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe nicer name for style would be style.css instead of css1.css

about.html Outdated
<div class="offset-l3 col l6">
<h2 class="h2_about_section_2">
Games concept testing<font color="#FF9600">.</font>
Games concept testing<span class="color">.</span>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

color does not indicate which color is it actually. Use name that will describe which color is it since it is used in more then one scenario. Maybe something like primary-color, secondary-color or text-primary-color, text-secondary-color

}
.h2_about_section_2{
margin-top: 160px;
font-weight: 800 !important;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!important should not be used unless it is really necessary.
Maybe treat font-weights as separate classes along with font-family etc... Look at How To Set Weights And Styles With The font-face Declaration for inspiration.

margin-top: 20px;
}
.about_h2{
float: left;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

try not to use float since you are already using materializecss

}
.about_h2{
float: left;
font-size: 1.5em;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

try to stick to the one unit declaration for font-size (i see that there is mix between px and em).
Something to Read

}
body{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
Copy link
Copy Markdown

@i3or1s i3or1s Apr 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove commented line from the file

@ddinic2
Copy link
Copy Markdown
Contributor Author

ddinic2 commented Apr 2, 2017

I removed all the necessary things and i changed all as you were sugested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants