/* Load FontAwesome to create a pure CSS checkbox */ @import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); .mktoCheckboxList input { opacity: 0; position: absolute; } .mktoCheckboxList input, .mktoCheckboxList label { display: inline-block; vertical-align: middle; margin: 5px; cursor: pointer; } .mktoCheckboxList label { position: relative; } /* Edit the properties below to change the colors of the un-checked checkbox */ .mktoCheckboxList input + label:before { content: ''; background: #fff; border: 2px solid #ddd; display: inline-block; vertical-align: middle; width: 15px; height: 15px; padding: 2px; margin-right: 10px; text-align: center; } /* Edit the properties below to change the colors of the checked checkbox */ .mktoCheckboxList input:checked + label:before { content: "\f00c"; font-family: 'FontAwesome'; background: #56CFD2; color: #fff; border-color:#3eb9bc; } body .mktoForm .mktoCheckboxList > label { margin-left:0; }

Support AI with Intel & Dell Edge Computing Hardware

February 11, 2022
Blue and red space technology graphic that says 'Supporting AI at the Edge with Dell Technologies and Intel' with UNICOM Engineering's logo

Subscribe to Our Blog for Updates

Get expert blog content delivered straight to your inbox.

By requesting information from UNICOM Engineering, you are agreeing to our Terms and Privacy Statements.