Toucan Flock
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Anyone want to help me learn CSS?

2 posters

Go down

Anyone want to help me learn CSS? Empty Anyone want to help me learn CSS?

Post by Pear Mon Mar 25, 2013 7:38 am

I've tried the http://w3schools.com/ CSS tutorial, and in my opinion it does not really help me, as I do not know where to plug things in. (I just need it dumbed down..haha) I am also practicing html and I have the extreme basics down, if that helps. c: Thanks for any help!<3

Like a Star @ heaven Pear Like a Star @ heaven
Pear
Pear
Member
Member

Posts : 21
Beak Points : 4105
Reputation : 1
Join date : 2013-03-04
Age : 27
Location : The Moon

Back to top Go down

Anyone want to help me learn CSS? Empty Re: Anyone want to help me learn CSS?

Post by Lonin Mon Mar 25, 2013 8:35 am

What do you mean where you plug things in? c:
Lonin might be able to help. Maybe. There are other people who are better. c:
Lonin
Lonin
Community Advisor
Community Advisor

Posts : 139
Beak Points : 4285
Reputation : 3
Join date : 2013-02-25
Age : 110
Location : Lonin is a Lonin, therefore lives in a cave >;3 Hehehe. - That's cool :D

Back to top Go down

Anyone want to help me learn CSS? Empty Re: Anyone want to help me learn CSS?

Post by Pear Mon Mar 25, 2013 8:46 am

I've been searching online where to plug it in (Into html. c:) and it says inside the head?
So I'd go:
Code:

<html>
<head>
<style type="text/css">
Put css here?
</style>
</head>
<body>
</body>
</html>
? haha x)

I really appreciate your help. ^-^ I just started yesterday, and I've only been studying for about 13 hours, so I'm really new..haha
Pear
Pear
Member
Member

Posts : 21
Beak Points : 4105
Reputation : 1
Join date : 2013-03-04
Age : 27
Location : The Moon

Back to top Go down

Anyone want to help me learn CSS? Empty Re: Anyone want to help me learn CSS?

Post by Lonin Mon Mar 25, 2013 9:15 am

Ahh well there's various ways to do it. Either in the actual tag you're using
Code:
<p style="color:sienna;margin-left:20px">text</p>
in the head
Code:
<head>
<style>
hr {color:sienna;}
p {margin-left:20px;}
body {background-image:url("images/back40.gif");}
</style>
</head>
Or in a seperate .css file that you link to. c:
So you'd make a new file called whatever.css and add all your CSS in there. Then you just link to it in your head
Code:
<head>
<link rel="stylesheet" type="text/css" href="whatever.css">
</head>

You could try going through the web fundamentals thing on this site: http://www.codecademy.com/ c: Might be more useful to you than w3
Lonin
Lonin
Community Advisor
Community Advisor

Posts : 139
Beak Points : 4285
Reputation : 3
Join date : 2013-02-25
Age : 110
Location : Lonin is a Lonin, therefore lives in a cave >;3 Hehehe. - That's cool :D

Back to top Go down

Anyone want to help me learn CSS? Empty Re: Anyone want to help me learn CSS?

Post by Pear Mon Mar 25, 2013 9:52 am

Ah, that makes sense. x) I'll have to come back later, my internet's going to go out.

I'll probably run into more questions through my studies. ^-^

Thank you! c:
Pear
Pear
Member
Member

Posts : 21
Beak Points : 4105
Reputation : 1
Join date : 2013-03-04
Age : 27
Location : The Moon

Back to top Go down

Anyone want to help me learn CSS? Empty Re: Anyone want to help me learn CSS?

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum