<form action="mailto:youraddr@domain.tld" method="GET">
mrshabi sends brownie points to @ericzomar :sparkles: :thumbsup: :sparkles:
:cookie: 111 | @ericzomar |http://www.freecodecamp.org/ericzomar
the code starts like this:
<style>
.red-text {
color: red;
}
h2 {
font-family: Lobster, Monospace;
}
p {
font-size: 16px;
font-family: Monospace;
}
.thick-green-border {
border-color: green;
border-width: 10px;
border-style: solid;
border-radius: 50%;
}
.smaller-image {
width: 100px;
}
</style>
sarkioja sends brownie points to @github-henry :sparkles: :thumbsup: :sparkles:
:cookie: 487 | @github-henry |http://www.freecodecamp.org/github-henry
sarkioja sends brownie points to @khaduch :sparkles: :thumbsup: :sparkles:
:star2: 3510 | @khaduch |http://www.freecodecamp.org/khaduch
<a href="javascript:Carga();" id="more" title="Cargar contenido" style="margin: 0 50%;"><i class="fa fa-angle-double-down fa-3x" aria-hidden="true"></i></a>
produces the error ReferenceError: Carga is not defined
, but thats not really the problem...
test
haaaah
center-element
in each of them
<head>
<title>Lorem ipsum</title>
<meta chatset="utf-8">
</head>
rscales02 sends brownie points to @ronstarcool :sparkles: :thumbsup: :sparkles:
:cookie: 366 | @ronstarcool |http://www.freecodecamp.org/ronstarcool
none
for the center-element
and auto
for the child
buttons to maintain their functionality
sarkioja sends brownie points to @khaduch :sparkles: :thumbsup: :sparkles:
:star2: 3511 | @khaduch |http://www.freecodecamp.org/khaduch
@mradil16 - just a couple thoughts - there are courses on Udemy where they take you through the building of different website projects - it might be a way to approach it to see how people work through that. It would be especially helpful if they actually covered some elements of designing it, too, rather than having a concept in their mind and just going with it. The other thing to do is just put an idea down on paper and work through some details in your mind, how it should work, types of data, layout and UI design, etc. Then work from there?
I have a course on my Udemy list - "ultimate Web Designer & developer course: build 23 projects..." I haven't started it because there are too many things going on in my learning queue... but something like that might be helpful?
mot01 sends brownie points to @asjas and @kbaig and @github-henry :sparkles: :thumbsup: :sparkles:
:cookie: 488 | @github-henry |http://www.freecodecamp.org/github-henry
:cookie: 296 | @asjas |http://www.freecodecamp.org/asjas
:cookie: 432 | @kbaig |http://www.freecodecamp.org/kbaig
playstation
and xbox
anchor tags? Because that can be fixed by setting href=""
and they act like normal anchor tags?
:hover
you need to write it.
border: 1px solid red;
to the footer a
css selector. That will allow you to debug if you are actually hovering on an anchor tag or over nothing
target="_blank"
settings on those anchor tags. By default codepen doesn't open a new tab. You need to specifically set it.
nav ul li {padding: 15px;}
. The element doesn't take up that space, it's empty padding, so you can't click and activate the anchor tag. You can check by setting that to padding: 50px
and you'll see the effect over a larger surface.
li