|
|
---|---|
Posted by | Free CSS Template + Tutorial! |
katie ๐ (#106445)
Warrior View Forum Posts Posted on 2019-01-25 23:49:10 |
Ater ๐บ [Project] (#206739)
Cursed View Forum Posts Posted on 2021-02-08 01:56:16 |
Did a quick search (I'm about to head off to sleep) and couldn't find it. In any case, you should get the .css file (or a .txt file and change the extension to .css) and then upload it to Dropbox! 0 players like this post! Like? |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2021-02-08 10:10:53 |
Yeah! So I actually use a chromebook to code and can't make a css file the same way most people do. I found a knockoff notepad in the playstore that I use, after editing in google docs. Here's what i use: https://play.google.com/store/apps/details?id=pallob.loop.com.notepad 0 players like this post! Like? |
๐ Clem | Project (#200438)
Bone Collector View Forum Posts Posted on 2021-02-08 10:13:24 |
The thing is, I use a chromebook from the school, so they block nearly everything. I could use my siblingโs chromebook, though 0 players like this post! Like? |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2021-02-08 10:14:39 |
Yeah.. I don't think you're going to be able to upload/make a css file on your school one.. It's hard enough already to do it on a chromebook so I'd for sure recommend using your sibling's if they'll allow you 0 players like this post! Like? |
๐ Clem | Project (#200438)
Bone Collector View Forum Posts Posted on 2021-02-08 10:17:39 |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2021-02-08 10:18:27 |
Windows/mac is what most people use, though I don't personally have experience coding on either so I couldn't compare them 0 players like this post! Like? |
Soren (#95177)
Total Chad View Forum Posts Posted on 2021-02-08 11:41:58 |
As a windows user, it's pretty easy to code on here. We just use notepad+++ then upload it to dropbox. unsure of how it is on chromebook tho bc i dont have one 0 players like this post! Like? |
Ater ๐บ [Project] (#206739)
Cursed View Forum Posts Posted on 2021-02-08 12:05:54 |
You could technically even use a mobile device, but I personally wouldn't recommend it. I doubt Chromebook doesn't have some sort of Notepad or plain text editor...? Any will do, really. All you need to do is able to edit a plain text (not like a .doc or something) and then change the extension to .css, or save it directly as a .css. Then upload it no dropbox. 0 players like this post! Like? |
Fleshless (#221043)
Warrior View Forum Posts Posted on 2021-02-13 16:21:47 |
Hi there, I was wondering if this would work on programming websites other than notepad++. The one I have is called VS Code. 0 players like this post! Like? |
Ater ๐บ [Project] (#206739)
Cursed View Forum Posts Posted on 2021-02-13 18:50:28 |
Probably? I'm a bit confused though. You mean app/program or website? Also, is VS Visual Studio? Because that works mostly with C++. I guess you can probably write in CSS nonetheless but that'd be just overcomplicating stuff. As stated before, Notepad++ isn't necessary, you really just need a plain text editor (Notepad for Windows, for example). Just other programs can colour the text according to the language's syntax so it's a bit easier to see (I personally use Sublime Text), but not necessary. In fact, you don't need any specific program to code in any language, you can always use Notepad or similars (I have colleagues in uni that work that way), but to compile/interpret/debug/whatever, then yeah, you'll need a specific program. Not needed with CSS, since it's not a programming language, it's a markup language*. Now, if it's a website (which seems a bit strange to me, why go through the hassle of using an online text editor when operating systems usually are packed with one), it'll work as long as you can either save the file directly with the .css extension, or save it as .txt and then change the extension yourself. *well, not exactly, but there isn't really a consensus (some define it as style sheet language, but it'd be pretty much the only one in this category); to put it simple, it isn't really a programming language, but it's used along markup languages like HTML 0 players like this post! Like? Edited on 13/02/21 @ 19:01:44 by Ater ๐บ [CL DF Double Mada] (#206739) |
Scorpio. (#224841)
King of the Jungle View Forum Posts Posted on 2021-02-13 22:20:40 |
is this the right ccs file on drop box? https://www.dropbox.com/s/1c8dqe44t4emtf2/ccs_file.pdf?dl=0 0 players like this post! Like? |
Ater ๐บ [Project] (#206739)
Cursed View Forum Posts Posted on 2021-02-14 00:54:15 |
That link goes to a deleted file. In any case, be sure to follow the tutorial on how to edit the link to work! c: 0 players like this post! Like? |
Fleshless (#221043)
Warrior View Forum Posts Posted on 2021-02-14 14:08:45 |
@Ater ๐บ [CL DF Double Mada] yep sorry I meant program not website. And yes, i was referring to visual studio code. Thanks for your help! 0 players like this post! Like? |
Ater ๐บ [Project] (#206739)
Cursed View Forum Posts Posted on 2021-02-14 16:12:58 |
Alrighty, you're welcome! Then yeah, if you're using Visual Studio, I guess it's possible but I wouldn't recommend it at all. If anything, I'd just use Notepad (if you're on Windows). 0 players like this post! Like? |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2021-02-24 22:43:24 |
For some reason there's blue in my code that shouldn't be there (on my den). I'm not really sure why, does anyone know? https://dl.dropbox.com/s/d0eyzvxixzu94ve/Falling%20Ash%20%28gif%29%20-%20189911.css?dl=0 0 players like this post! Like? |