diff --git browsehappy.com/public_html/functions.php browsehappy.com/public_html/functions.php
index 9411dfa..905d9e4 100644
--- browsehappy.com/public_html/functions.php
+++ browsehappy.com/public_html/functions.php
@@ -51,6 +51,17 @@ function browsehappy_get_browser_data( $browser = false ) {
 			'url' => 'http://windows.microsoft.com/ie',
 			'info' => __( '&#8220;Designed to help you take control of your privacy and browse with confidence. Free from&nbsp;Microsoft.&#8221;', 'browsehappy' ),
 		),
+		'ie-edge' => (object) array(
+			'name' => 'Microsoft Edge',
+			'long_name' => 'Microsoft Edge',
+			'wikipedia' => 'Microsoft_Edge',
+			'normalized' => 1, // just first number
+			'facebook' => 'MicrosoftEdge',
+			'url' => 'https://www.microsoft.com/en-us/windows/microsoft-edge',
+			'info' => __( '&#8220;Microsoft Edge ranks first when put to real world page load tests. Whether you use the web to search, watch or play, this browser won\'t slow you down..&#8221;', 'browsehappy' ),
+		),
+
+
 	);
 	if ( false === $browser )
 		return $data;
diff --git browsehappy.com/public_html/imgs/browsehappy-sprite.png browsehappy.com/public_html/imgs/browsehappy-sprite.png
index 14cab44..61b20e9 100644
Binary files browsehappy.com/public_html/imgs/browsehappy-sprite.png and browsehappy.com/public_html/imgs/browsehappy-sprite.png differ
diff --git browsehappy.com/public_html/style.css browsehappy.com/public_html/style.css
index 5bdaeff..5d587e8 100644
--- browsehappy.com/public_html/style.css
+++ browsehappy.com/public_html/style.css
@@ -268,7 +268,7 @@ header h2 em {
 #browserlist li {
 	width: 192px;
 	float: left;
-	margin: 0;
+	margin: 12px 0 0;
 }
 
 #browserlist li .icon {
@@ -298,6 +298,10 @@ header h2 em {
 	background-position: -500px 0;
 }
 
+#browserlist li#ie-edge .icon {
+	background-position: -628px 0;
+}
+
 #browserlist h2 {
 	font: 140%/1 Impact, Helvetica, sans-serif;
 	text-align: center;
