ansatsusha_gouki

Land of the Heartless
Platinum Member
pbW7K5S.jpg


https://www.freecodecamp.com/



Programming Languages


HTML5

CSS

Bootstrap

jQuery/Ajax

Javascript

Algorithms

Git

MongoDB

D3.js

Express.js

Node.js

SASS

API Development

Agile

React.js



Youtube channel:


https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ

Other links

https://www.freecodecamp.com/about




You will also need a Github account
 
Last edited:

DaAssWatcher

Rising Star
BGOL Investor
Yeah I been up on them for a minute.Need to get back to it though.Like the fact you get to actually build a site for a non profit to put in your portfolio.

Doing research found you should either focus on frontend or backend coding.Fullstack is like a jack of all trades where as you should be focusing on being skilled at one thing.
 

CybaCipha

Rising Star
Platinum Member
Created an account with freecodecamp
Signed in with my github account github.com
connected freecodecamp to github
Completed the freecodecamp intro
Completed the github intro (15 mins) https://guides.github.com/activities/hello-world/
Here’s what you accomplished in this tutorial:

  • Created an open source repository
  • Started and managed a new branch
  • Changed a file and committed those changes to GitHub
  • Opened and merged a Pull Request
 
Last edited:

ballscout1

Rising Star
BGOL Investor
Okay I just started but can't get past the changing font size.

The browser is set to 100% but shit..

do you see anything wrong ?


<style>
.red-text {
color: red;
}
.font-size {
font-size: 16px;
}
</style>

<h2 class="red-text">CatPhotoApp</h2>

<p class="red-text">Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Kitty ipsum Purr jump eat the grass rip the couch scrtached sunbathe, shed everywhere</p>
 
Last edited:

ansatsusha_gouki

Land of the Heartless
Platinum Member
Okay I just started but can't get past the changing font size.

The browser is set to 100% but shit..

do you see anything wrong ?


<style>
.red-text {
color: red;
}
.font-size {
font-size: 16px;
}
</style>

<h2 class="red-text">CatPhotoApp</h2>

<p class="red-text">Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Kitty ipsum Purr jump eat the grass rip the couch scrtached sunbathe, shed everywhere</p>


<style>
.red-text {
color: red;

}
p{
font-size:16px;
}

</style>

<h2 class="red-text">CatPhotoApp</h2>

<p class="red-text">Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>

<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>



Yeah,I just did this one yesterday...it took me awhile to figure it out
 
Top