Categories > Coding > HTML >

In need of help!

Posts: 202

Threads: 59

Joined: Apr, 2020

Reputation: 3

Posted

So I am wondering how I can make a text border like this guy has.

 

https://exos-cool.netlify.app/main.html

 

I don't want to exactly copy the border but I want to create something like that.

 

I tried looking at the source for inspiration (To see how he did it). But whenever I try to use the bit for the border and edit it. It says that it's CSS or ccs or something like that. Which quite bothers me.

 

view-source:https://exos-cool.netlify.app/main.html

 

 

I tried rephrasing it to fit the .html code but that doesn't work either.

Can someone help?

I need to know how to make a border for some writing!

 

(It's just a project!)

Nothing special.

  • 0

MINISHXP

[REDACTED]

Posts: 976

Threads: 3

Joined: Jan, 2021

Reputation: 9

Replied

hey thats my website, you can add a element to your html code like this:

 

<style>
/*
CSS "stuff" here
*/

</style>

 

you can include my styles if you want ot in there and just put it inside your html code

but adding a style inside the exact same file isnt the best idea so yeah

idc if you skid my styles lol

  • 0

Posts: 202

Threads: 59

Joined: Apr, 2020

Reputation: 3

Replied

@MINISHXP

Thanks for the help!

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )