this fcc formula to get the orbital period
//T = (2 * PI * SQRT[earthRadius + avgAlt] / GM);
this on google. link :http://www.physicsclassroom.com/class/circles/Lesson-4/Mathematics-of-Satellite-Motion
//T = SQRT [(4 • pi2 • R3) / (G*Mcentral)]
:cookie: 863 | @mot01 |http://www.freecodecamp.com/mot01
col-lg-6
will use 6 columns on a large screen, and the full width of anything that is smaller than the bootstrap breakpoint for lg
. So if you are trying to set up for that behavior, I think that you have to make that change. Also, the container-fluid
class is the one that you might want to use, since it gives a full-width content area?:cookie: 153 | @piteto |http://www.freecodecamp.com/piteto
:cookie: 471 | @gersho |http://www.freecodecamp.com/gersho
I cant edit this css- Im trying to make the articles take up more than 58% width but I cant seem to change this css
@media screen and (min-width: 48em)
style.css?ver=4.8.2:3810
.blog:not(.has-sidebar) #primary article, .archive:not(.page-one-column):not(.has-sidebar) #primary article, .search:not(.has-sidebar) #primary article, .error404:not(.has-sidebar) #primary .page-content, .error404.has-sidebar #primary .page-content, body.page-two-column:not(.archive) #primary .entry-content, body.page-two-column #comments {
float: right;
width: 58%;
}