Horse Eden Eventing Game
Horse Eden Eventing Game


Year: 193   Season: Summer   
$: 0
Forecast: Steady Rain all Day
Forecast:
Wed 06:36pm  
Stables Online:  111 
Chatbox
Sagegreenranch
06:26:31 
Hey, how does this look I really like it
-HEE Click-
Elm Tree Ranch
06:26:21 Yukon
Hello!
Port Royal Equines
06:14:55 Elfie
-HEE Click-
This wildie was all up wk 4!
Narran Park
06:14:42 Sting
Congrats Tosk!
Peachy
06:11:05 peach | abbi
oh damn tosk!! that's nice.
Gem Queens Estate
05:56:55 Snow❆Gem
@tosk

Whoa! :D *clicks watch button*
Arvalon Studs
05:50:07 Tosk's KNN
Oh heck. She leveled wk 7

-HEE Click-
CWY country
05:48:27 C
Hopefully tonight, I can complete one or two of my show quests I have currently.
Gem Queens Estate
05:47:07 Snow❆Gem
@bay

I figured I'd spend a bit from quests. ;P
CWY country
05:46:54 C
@Arctic
Honestly, I wasn't planning on it either until I started getting splashed repeatedly by another player earlier.
CWY country
05:45:54 C
@Gem
That's fair.
Glacier Bay Cove
05:45:35 Arctic Katz
I didn't even think about buying balloons, I am trying to save up for next RO
Gem Queens Estate
05:44:48 Snow❆Gem
I have 48 left! O.o
Gem Queens Estate
05:44:18 Snow❆Gem
@C

I have slowish internet, I still have some left. ;P
CWY country
05:43:12 C
@Gem
I already ran out of mine and don't plan on getting more.
Gem Queens Estate
05:39:43 Snow❆Gem
@C

I did the same. I'm throwing almost all of them all at PK. ;P
Angels angels
05:39:21 [1k+ brindles] Angel
What to make for dinner..
CWY country
05:37:46 C
I spent 2k to get 100 balloons, but because I'm trying to save, I'm probably not going to buy any more balloons so that I can afford my matches for next month.
Lucky
05:34:41 luvky
Angel
I spent at least 20k on this event. Wayyy too many balloons purchased.
Gem Queens Estate
05:33:52 Snow❆Gem
@bay

Oh yes, I'm voting yes! :D

You must be a registered member for more
than 1 day before you can use our chatbox.



Rules   Hide
You are in: Main Chat
View Sales Chat
Quests
Horse Eden Eventing Game
Chatbox
Sagegreenranch
06:26:31 
Hey, how does this look I really like it
-HEE Click-
Elm Tree Ranch
06:26:21 Yukon
Hello!
Port Royal Equines
06:14:55 Elfie
-HEE Click-
This wildie was all up wk 4!
Narran Park
06:14:42 Sting
Congrats Tosk!
Peachy
06:11:05 peach | abbi
oh damn tosk!! that's nice.
Gem Queens Estate
05:56:55 Snow❆Gem
@tosk

Whoa! :D *clicks watch button*
Arvalon Studs
05:50:07 Tosk's KNN
Oh heck. She leveled wk 7

-HEE Click-
CWY country
05:48:27 C
Hopefully tonight, I can complete one or two of my show quests I have currently.
Gem Queens Estate
05:47:07 Snow❆Gem
@bay

I figured I'd spend a bit from quests. ;P
CWY country
05:46:54 C
@Arctic
Honestly, I wasn't planning on it either until I started getting splashed repeatedly by another player earlier.
CWY country
05:45:54 C
@Gem
That's fair.
Glacier Bay Cove
05:45:35 Arctic Katz
I didn't even think about buying balloons, I am trying to save up for next RO
Gem Queens Estate
05:44:48 Snow❆Gem
I have 48 left! O.o
Gem Queens Estate
05:44:18 Snow❆Gem
@C

I have slowish internet, I still have some left. ;P
CWY country
05:43:12 C
@Gem
I already ran out of mine and don't plan on getting more.
Gem Queens Estate
05:39:43 Snow❆Gem
@C

I did the same. I'm throwing almost all of them all at PK. ;P
Angels angels
05:39:21 [1k+ brindles] Angel
What to make for dinner..
CWY country
05:37:46 C
I spent 2k to get 100 balloons, but because I'm trying to save, I'm probably not going to buy any more balloons so that I can afford my matches for next month.
Lucky
05:34:41 luvky
Angel
I spent at least 20k on this event. Wayyy too many balloons purchased.
Gem Queens Estate
05:33:52 Snow❆Gem
@bay

Oh yes, I'm voting yes! :D

You must be a registered member for more
than 1 day before you can use our chatbox.






Refresh


Forums

→ Horse Eden is a fun game! Sign Up Now!

My Subscriptions
My Bookmarks
My Topics
Latest Topics
Following

Forums > Member Help > Guides
   1    2    3 

Den's CSS Guide: Overlapping images + CSS essentials May 28, 2020 05:35 AM

Former Stable
 
Posts: 0
#691182
Give Award

Gem said:
Also wanted to say thanks for making this tutorial in general <3


You're very welcome <3 Feel free to share what you wind up making with it!
Den's CSS Guide: Overlapping images + CSS essentials May 28, 2020 07:04 AM


Gem
 
Posts: 5248
#691204
Give Award
I certainly will!
Den's CSS Guide: Overlapping images + CSS essentials May 28, 2020 09:38 PM


Vixen Creek
 
Posts: 843
#692719
Give Award
I just did 2 semesters of html and css and still have a lot to learn, why would you want to use an id as a selector instead of a class? In my course we've always used classes so far. Thank you for making this! It will be very helpful for a lot of us :)
Den's CSS Guide: Overlapping images + CSS essentials May 31, 2020 09:49 AM


Quizzical Quarters
 
Posts: 2142
#695435
Give Award

Thank you so much for this! Really appreciated, Dense! I'm in love with the palette that I currently have on, the butterflies make the whole piece. <3

Den's CSS Guide: Overlapping images + CSS essentials June 20, 2020 07:48 AM

Former Stable
 
Posts: 0
#716779
Give Award

Vixen Creek said:
I just did 2 semesters of html and css and still have a lot to learn, why would you want to use an id as a selector instead of a class? In my course we've always used classes so far. Thank you for making this! It will be very helpful for a lot of us :)


The id attribute is intended for uniquely identifying HTML elements. So to follow best practice, only one element (per page) should for example have the id "navigation", and each element can only have a single id value. Since HTML is largely just a way to describe your web page, using id is a great way to say this element is special, and there can only be one of its kind.

Meanwhile, the class attribute is just as you've learned it: another way to classify/mark elements that you want to style the same way. Multiple elements can have the same class value, and every element can have multiple class values (separated with spaces).

There are also other side effects of using id vs. class, but the difference I described above is probably the most relevant part. Hope that helps!
Den's CSS Guide: Overlapping images + CSS essentials June 20, 2020 07:51 AM

Former Stable
 
Posts: 0
#716780
Give Award

Quizzical Quarters said:

Thank you so much for this! Really appreciated, Dense! I'm in love with the palette that I currently have on, the butterflies make the whole piece. <3



I remember seeing it from 2 weeks ago!! That was an absolutely brilliant use of overlapping images like that! It's such a thrilling moment to scroll for~ Love the creativity, and glad my guide could help!
Den's CSS Guide: Overlapping images + CSS essentials June 25, 2020 08:59 AM


Cherry River Elites
 
Posts: 1000
#722488
Give Award
I want to make the images show up on the page itself, not the header. How do I do this? Is it possible?

Edited at June 25, 2020 09:01 AM by Rushing River Stable
Den's CSS Guide: Overlapping images + CSS essentials June 25, 2020 09:35 AM


Cherry River Elites
 
Posts: 1000
#722525
Give Award
As well, what site does eeryone use to extend an image? I have this one, but I want to add blank space below it for my images.
I want to have the images I plan to add below that image. But I can't find an editor that will let me do it.
Den's CSS Guide: Overlapping images + CSS essentials July 6, 2020 04:43 PM


HMH Reality Check

Rumble Team
 
Posts: 5544
#732860
Give Award

Dense Moors said:

Ladybird Estate said:
Is there anyway to make the header by transparent?


To remove the original game header image, try:

.gameheader {
background: none;
}


You can also use:
.gameheader {
background: rgba(255, 255, 255, 0.01);
}
Den's CSS Guide: Overlapping images + CSS essentials July 6, 2020 06:58 PM


Cherry River Elites
 
Posts: 1000
#732947
Give Award
Or just rgba(36, 78, 865, 0)

Forums > Member Help > Guides
   1    2    3 

Refresh