Closed ezioda004 closed 6 years ago
@ezioda004 I dont see Page => Page.js and Page.css
@benatbanglr369 My bad, it should be Home
, fixed it.
"CSS inside the <main></main>
" It is HTML or CSS @ezioda004 ?
@benatbanglr369 Thanks for pointing it out, not my day 😅
Problem is its mid-night :joy:
Can you assign this to me pls?
@benatbanglr369 Since you've previously contributed, I'll wait till tomorrow for a first timer. If not then I'll assign it to you. Also, dont worry I'll be opening more issues everyday from now on. 😇
Hi @ezioda004 Can I work on this issue? Will be making it by this Sunday.
@souryavaranasi Can you try to do it by tomorrow night? We're trying to speed things up.
@ezioda004 well then, that would be okay for me. will give my best.
@souryavaranasi Awesome! Assigning to you. Feel free to message us if you need to any help.
@ezioda004, Can I work on this too? Or will you be creating more issues, So that I'll work on that?
@goss-gowtham , don't worry. @ezioda004 will be surely creating new issues. Keep a check on issues section
@goss-gowtham It was already assigned, please check issues tab to see active and unassigned ones.
Create and Style Welcome page content
Here are the images used.
How to get started? Read our project setup instructions. Fork the project, navigate to directory
quiz-app => src => Component => Home => Home.js and Home.css
You may also need to style the main container component. Its located in
quiz-app => src => Component => Welcome Page =>Welcome.css
You need to do write HTML inside the
<main></main>
element and style inside Page.css We're using Bootstrap4 for this project but feel free to use native CSS wherever you require.Note:
If you use any self closing tags such as
<img>
,<input>
,<br>
Make sure you always close them like this<img />
,<input />
,<br />
If you add a
class
to an element exampleMake sure you use className instead of class. Example
Feel free to ask any question regarding this to us here or over slack.
This is fairly easy and straightforward to do, please comment on this issue and I'll assign it to you.