Skip to content

Instantly share code, notes, and snippets.

@manngo
manngo / virtual-hosts.md
Last active June 7, 2019 05:50
Setting Up a Virtual Host

Setting Up a Virtual Host

  • Add an entry to the hosts file
  • Enable the Virtual Hosts File
  • Add an entry to the Virtual Hosts file

Using the Edit Hosts Application

When all is said and done, you will need to edit three files. Finding the files can be tricky, and saving them can be trickier, since they may be in protected locations.

@manngo
manngo / dabblet.css
Last active December 23, 2020 04:03
Untitled
body {
font-family: sans-serif;
}
ul#tabs {
list-style-type: none;
display: flex;
flex-direction: row;
padding: 1em;
border: thin solid #ccc;
box-sizing: border-box;