This repository has been archived by the owner on Aug 28, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Applied Visual Design: Create a Horizontal Line Using the hr Element #8330
Labels
Comments
Hi @parijat4u This is the freeCodeCamp Guide repo. Please open a issue in the Curriculum repository. |
Hi,
Could you please let me know how to access the Curriculum repository. I was
redirected to this site when I clicked on "Ask for help" link from the
course page.
Thanks and Regards
Payel Das
…On Wed, Aug 1, 2018 at 11:54 AM, A-J Roos ***@***.***> wrote:
Closed #8330 <#8330>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8330 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ASqzOa-T5ji38w0_pPlnJVXXbUyVqgLnks5uMd0qgaJpZM4Vqy-h>
.
|
It's on Github. https://github.com/freeCodeCamp/curriculum |
There was already a issue opened and fixed in the Curriculum repository. freeCodeCamp/curriculum#202. The fix will go live with the next update. No need to open a new issue on the curriculum repo. |
Thank you for the update.
Best
Payel
On Wed, Aug 1, 2018 at 11:59 AM A-J Roos ***@***.***> wrote:
There was already a issue opened and fixed in the Curriculum
<https://github.com/freeCodeCamp/curriculum> repository.
freeCodeCamp/curriculum#202
<freeCodeCamp/curriculum#202>. The fix will go
live with the next update. No need to open a new issue on the curriculum
repo.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8330 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ASqzObJ8DViw9sGVtjvtu2H58je8DPQQks5uMd5qgaJpZM4Vqy-h>
.
--
Sent from Gmail Mobile
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Insert description of issue here
Hi Team,
I inserted the hr tag between h4 tag and p tag. I do not see any class called "card title", still I am getting the error that "The hr tag should come between the title and the paragraph.".
Please help me.
Here is my code below:
</style>---<style>
h4 {
text-align: center;
height: 25px;
}
p {
text-align: justify;
}
.links {
text-align: left;
color: black;
}
.fullCard {
width: 245px;
border: 1px solid #ccc;
border-radius: 5px;
margin: 10px 5px;
padding: 4px;
}
.cardContent {
padding: 10px;
}
.cardText {
margin-bottom: 30px;
}
GoogleAlphabetGoogle was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.
Sergey Brin
Please let me know how can I make the code work.
The text was updated successfully, but these errors were encountered: