Skip to content

Personal Github page#1

Open
sadrasabouri wants to merge 1 commit intohhadian:masterfrom
sadrasabouri:sadra.build1
Open

Personal Github page#1
sadrasabouri wants to merge 1 commit intohhadian:masterfrom
sadrasabouri:sadra.build1

Conversation

@sadrasabouri
Copy link
Contributor

@sadrasabouri sadrasabouri commented Nov 18, 2018

I developed a web page respected to your needs from a open source web page template.
It has interesting features like it's random background color with a blurry theme.
Enjoy 😄

Copy link
Owner

@hhadian hhadian left a comment

Choose a reason for hiding this comment

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

That was fast, thanks a lot!
I have added a few minor comments just for your info. You can fix them if you want (by pushing more commits) but you don't have to...

color += HexArr[Math.floor(Math.random() * 16)];
}
return color;
} No newline at end of file
Copy link
Owner

Choose a reason for hiding this comment

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

Always use a newline at the end of source files.

Suggested change
}
}

@@ -0,0 +1,241 @@
html {
box-sizing: border-box;
Copy link
Owner

Choose a reason for hiding this comment

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

JFYI, it's better to use spaces instead of tabs (2 spaces instead of each tab). If you are on linux, you could do sed -i "s|\t| |g" main.css to replace all tabs.

Suggested change
box-sizing: border-box;
box-sizing: border-box;

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