0
Just exclude <style></style>
21st Feb 2019, 10:18 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
31st Jan 2019, 12:30 PM
Алексей Р.
Алексей Р. - avatar
+ 2
you can't link stylesheet, js and other files from your computer, only from internet but u can do it on ur computer, when u write site or game using notepad or Atom, or other programs
31st Jan 2019, 12:23 PM
_yaroslavv [online_everyday]
_yaroslavv [online_everyday] - avatar
+ 1
in sololearn, no
31st Jan 2019, 12:58 PM
_yaroslavv [online_everyday]
_yaroslavv [online_everyday] - avatar
0
Just put your CSS definitions of Tags into CSS tab.
21st Feb 2019, 10:11 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
No. For example, tag <p> was . p { some_code; };
21st Feb 2019, 10:14 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
Or define class . red {color: #some hex of color like rrggbb};
21st Feb 2019, 10:16 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
And use it like <p class="red"></p>
21st Feb 2019, 10:17 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
For RR GG BB use GIMP for example.
21st Feb 2019, 10:17 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
No, you do not linked CSS file. Just write CSS command in CSS tab on SoloLearn.
21st Feb 2019, 10:19 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
You know, CSS file must be in some Cloud server on internet, not in your local Hard Drive.
21st Feb 2019, 10:23 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
I recommend you to upload CSS file in some Cloud server, get the link to your CSS file and paste them in HTML code.
21st Feb 2019, 10:24 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
<link href="web address to file">
21st Feb 2019, 10:25 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
OK then. Just use internal.
21st Feb 2019, 10:26 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
Or, just insert link to css file on Google drive. I repeat: css file must be on some server and you can able to use them after that.
21st Feb 2019, 10:27 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
OK then ✌️
21st Feb 2019, 10:28 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
You are welcome man 👍
21st Feb 2019, 10:29 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
If you write code in your PC or laptop, put your css file in <root folder>/css or <root folder><any_folder_name> and link it to HTML. You know, there are two path: absolute and relative. You must use relative path.
24th Feb 2019, 9:23 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
If you use DreamVeawer, define Root folder from Properties.
24th Feb 2019, 9:25 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
Example HTML line: <link rel="stylesheet" type="css" href="css\style.css" >
24th Feb 2019, 9:26 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar